Skip to content

Commit

Permalink
📝 Fix spelling issue 'Create' in line #62 (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahabali authored Jun 14, 2022
1 parent 9c4c320 commit 286137f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/3_Guides/3_3_SplashScreenLoadingData.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ the `NavigationContainer` bound with a ref to use utils contained in `Navigators

## How to load data before app open ❓

In `StartupContainer`, the `init` function is where you can crete asynchronous tasks like fetching data
In `StartupContainer`, the `init` function is where you can create asynchronous tasks like fetching data

```javascript
const init = async () => {
Expand Down

0 comments on commit 286137f

Please sign in to comment.