Skip to content

Commit 2befa36

Browse files
authored
Merge pull request react-navigation#279 from rszalski/patch-1
Fixes a typo
2 parents d6ef988 + 6dec1fa commit 2befa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/state-persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const App = () => <AppNavigator persistenceKey={navigationPersistenceKey} />;
3434

3535
### Loading View
3636

37-
Because the state is persisted asyncronously, the app must render an empty/loading view for a moment while the `AsyncStorage` request completes. To customize the loading view that is rendered during this time, you can use the `renderLoadingExperimental` prop:
37+
Because the state is persisted asynchronously, the app must render an empty/loading view for a moment while the `AsyncStorage` request completes. To customize the loading view that is rendered during this time, you can use the `renderLoadingExperimental` prop:
3838

3939
```js
4040
<AppNavigator

0 commit comments

Comments
 (0)