Skip to content

Commit b65c16b

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

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
@@ -189,7 +189,7 @@ To verify that the installation succeeded, you can run `npm list`, which lists a
189189

190190
## 4. Generate JSON Web Token
191191

192-
Now that you have installed the `jose` library, it's time to import it and add a function to your code that generates a signed JWT:
192+
Now that you have installed the `jose` library, it is time to import it and add a function to your code that generates a signed JWT:
193193

194194
```javascript
195195
import * as jose from 'jose';

0 commit comments

Comments
 (0)