diff --git a/documentation/docs/3_Guides/3_3_SplashScreenLoadingData.md b/documentation/docs/3_Guides/3_3_SplashScreenLoadingData.md index 59ab4f33..8a8050ee 100644 --- a/documentation/docs/3_Guides/3_3_SplashScreenLoadingData.md +++ b/documentation/docs/3_Guides/3_3_SplashScreenLoadingData.md @@ -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 () => {