Skip to content

Commit 09e0ad5

Browse files
Update src/content/docs/workers-ai/tutorials/using-bigquery-with-workers-ai.mdx
grammar Co-authored-by: Jun Lee <[email protected]>
1 parent 72d4ed2 commit 09e0ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-ai/tutorials/using-bigquery-with-workers-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Your downloaded key JSON file from Google Cloud Platform should have the followi
8282
}
8383
```
8484

85-
For this tutorial, you will only be needing the values of the following fields: `client_email`, `private_key`, `private_key_id` and `project_id`.
85+
For this tutorial, you will only be needing the values of the following fields: `client_email`, `private_key`, `private_key_id`, and `project_id`.
8686

8787
Instead of storing this information in plain text in the Worker, you will use [Secrets](/workers/configuration/secrets/) to make sure its unencrypted content is only accessible via the Worker itself.
8888

0 commit comments

Comments
 (0)