Skip to content

Commit 03956c1

Browse files
Update src/content/docs/workers-ai/tutorials/using-bigquery-with-workers-ai.mdx
Co-authored-by: Jun Lee <[email protected]>
1 parent 22465b4 commit 03956c1

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

169169
## 3. Install library to handle JWT operations
170170

171-
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.
171+
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 have loaded into Worker secrets in the previous step.
172172

173173
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:
174174

0 commit comments

Comments
 (0)