From bce5695efbbca2b54c5bf91bcfa3493c2d41632d Mon Sep 17 00:00:00 2001 From: techtaco86 <159764443+techtaco86@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:11:21 +0200 Subject: [PATCH] doc: fix typo in generator.md --- generator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.md b/generator.md index 09ede1975d..f356ca57d9 100644 --- a/generator.md +++ b/generator.md @@ -9,7 +9,7 @@ To run the generator locally: This command will download all discovery files available via the [discovery index](https://www.googleapis.com/discovery/v1/apis/), and run the code generator against those files. -### Generatoring from the cache +### Generating from the cache There are some situations where you don't want to re-download the discovery files before running the generator. This is particularly useful in situations where you're working on the generator itself, and want to isolate the change. To prevent the generator from re-downloading the discovery files, run: ```sh