Skip to content

Commit df9d672

Browse files
authored
fix: correct migration doc (#313) (#317)
1 parent 627b4a7 commit df9d672

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/google-cloud-ndb/docs/migrating.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ we can no longer assume it's running in the context of a GAE request.
3333

3434
The `ndb` client uses ``google.auth`` for authentication, consistent with other
3535
Google Cloud Platform client libraries. The client can take a `credentials`
36-
parameter or get the credentials using the `GOOGLE_APPLCATION_CREDENTIALS`
36+
parameter or get the credentials using the `GOOGLE_APPLICATION_CREDENTIALS`
3737
environment variable, which is the recommended option. For more information
3838
about authentication, consult the `Cloud Storage Client Libraries
3939
<https://cloud.google.com/storage/docs/reference/libraries>`_ documentation.
@@ -275,5 +275,5 @@ would need to initialize the client and context on each request, or find
275275
another way to initialize and get the initial client.
276276

277277
Note that the above code, like other `ndb` code, assumes the presence of the
278-
`GOOGLE_APPLCATION_CREDENTIALS` environment variable when the client is
278+
`GOOGLE_APPLICATION_CREDENTIALS` environment variable when the client is
279279
created. See Django documentation for details on setting up the environment.

0 commit comments

Comments
 (0)