Skip to content

Commit 0eb5d78

Browse files
author
Jill Grant
authored
Merge pull request #267688 from cdpark/howto-role-reference
User Story 201187: Q&M: Freshness pass for Immersive Reader -- "How to" role reference
2 parents e45bc8f + fabfcd0 commit 0eb5d78

File tree

4 files changed

+146
-216
lines changed

4 files changed

+146
-216
lines changed

articles/ai-services/immersive-reader/how-to-store-user-preferences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This functionality can be used as an alternate means to storing user preferences
2626
2727
## Enable storing user preferences
2828

29-
The Immersive Reader SDK [launchAsync](./reference.md#launchasync) `options` parameter contains the `-onPreferencesChanged` callback. This function is called anytime the user changes their preferences. The `value` parameter contains a string, which represents the user's current preferences. This string is then stored, for that user, by the host application.
29+
The Immersive Reader SDK [launchAsync](reference.md#function-launchasync) `options` parameter contains the `-onPreferencesChanged` callback. This function will be called anytime the user changes their preferences. The `value` parameter contains a string, which represents the user's current preferences. This string is then stored, for that user, by the host application.
3030

3131
```typescript
3232
const options = {

0 commit comments

Comments
 (0)