Skip to content

Commit a95737c

Browse files
Update src/content/docs/workers-ai/tutorials/using-bigquery-with-workers-ai.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent d6d25fc commit a95737c

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
@@ -171,7 +171,7 @@ You now have access to the GCP credentials from a Worker. Next, you will install
171171

172172
## Step 3 - Install library to handle JWT operations
173173

174-
To interact with BigQuerys REST API, you will need to generate a [JSON Web Token](https://jwt.io/introduction) to authenticate your requests using the credentials that youve loaded into Worker Secrets in the previous step.
174+
To interact with BigQuery's REST API, you will need to generate a [JSON Web Token](https://jwt.io/introduction) to authenticate your requests using the credentials that you've loaded into Worker Secrets in the previous step.
175175

176176
For this tutorial, you will be using the [jose](https://www.npmjs.com/package/jose?activeTab=readme) library for JWT-related operations. Install it by running the following command in a console:
177177

0 commit comments

Comments
 (0)