Skip to content

Commit 286137f

Browse files
authored
📝 Fix spelling issue 'Create' in line #62 (#297)
1 parent 9c4c320 commit 286137f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/3_Guides/3_3_SplashScreenLoadingData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ the `NavigationContainer` bound with a ref to use utils contained in `Navigators
5959

6060
## How to load data before app open ❓
6161

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

6464
```javascript
6565
const init = async () => {

0 commit comments

Comments
 (0)