Skip to content

Commit bce5695

Browse files
committed
doc: fix typo in generator.md
1 parent 69c9084 commit bce5695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To run the generator locally:
99

1010
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.
1111

12-
### Generatoring from the cache
12+
### Generating from the cache
1313
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:
1414

1515
```sh

0 commit comments

Comments
 (0)