Skip to content

Commit 6e1854c

Browse files
authored
Merge branch 'main' into release-please--branches--main
2 parents 6e6c651 + 17f5852 commit 6e1854c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you need to reduce startup times, you can alternatively install a submodule a
6363
$ npm install @googleapis/docs
6464
```
6565

66-
You can run [this search](https://www.npmjs.com/search?q=scope%3Agoogleapis) on `npm`, to find a list of the submodules available.
66+
You can run [this search](https://www.npmjs.com/search?q=scope%3A@googleapis) on `npm`, to find a list of the submodules available.
6767
### Using the client library
6868

6969
This is a very simple example. This creates a Blogger client and retrieves the details of a blog given the blog Id:

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)