Skip to content

Commit 6dec1fa

Browse files
authored
Fixes a typo
1 parent d6ef988 commit 6dec1fa

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)