File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/google-cloud-ndb/docs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ we can no longer assume it's running in the context of a GAE request.
3333
3434The `ndb ` client uses ``google.auth `` for authentication, consistent with other
3535Google 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 `
3737environment variable, which is the recommended option. For more information
3838about 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
275275another way to initialize and get the initial client.
276276
277277Note 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
279279created. See Django documentation for details on setting up the environment.
You can’t perform that action at this time.
0 commit comments