From 286137f3489b6e7699a5f0a6ff2d5ff175af6baa Mon Sep 17 00:00:00 2001 From: Mahabali Date: Tue, 14 Jun 2022 13:59:22 +0530 Subject: [PATCH] :memo: Fix spelling issue 'Create' in line #62 (#297) --- documentation/docs/3_Guides/3_3_SplashScreenLoadingData.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () => {