Skip to content

Commit 67d5f28

Browse files
authored
Merge pull request #195 from changeworld/patch-1
Fix typo
2 parents 5c1ad19 + d604385 commit 67d5f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/immersive-reader/how-to-cache-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public async Task<string> GetTokenAsync()
6161

6262
The `AuthenticationResult` object has an `AccessToken` property, which is the actual token you use when launching the Immersive Reader using the SDK. It also has an `ExpiresOn` property that denotes when the token expires. Before launching the Immersive Reader, you can check whether the token is expired, and acquire a new token only if it expired.
6363

64-
## Using Node.JS
64+
## Using Node.js
6565

6666
Add the [request](https://www.npmjs.com/package/request) npm package to your project. Use the following code to acquire a token, using the authentication values you got when you [created the Immersive Reader resource](./how-to-create-immersive-reader.md).
6767

0 commit comments

Comments
 (0)