Skip to content

Commit

Permalink
docs(guides): fix typo (#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeflateau authored May 19, 2024
1 parent 7cb43bb commit 9ff32f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-4.1/guides/saving-progress.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inside of your App UI tree (anything called as a result of
`AppRegistry.registerComponent(appName, () => App);` in your `index.js` file)
**WILL NOT EXECUTE**.

In a nutshell, if you do this, you're progress **will not** update when the user
In a nutshell, if you do this, your progress **will not** update when the user
is playing back in Remote contexts and therefore your app will seem buggy.

## Recommended Approach
Expand Down

0 comments on commit 9ff32f0

Please sign in to comment.