diff --git a/template/App.tsx b/template/App.tsx index b693003..7d8838a 100644 --- a/template/App.tsx +++ b/template/App.tsx @@ -64,7 +64,7 @@ function App(): React.JSX.Element { /* * To keep the template simple and small we're adding padding to prevent view * from rendering under the System UI. - * For bigger apps the reccomendation is to use `react-native-safe-area-context`: + * For bigger apps the recommendation is to use `react-native-safe-area-context`: * https://github.com/AppAndFlow/react-native-safe-area-context * * You can read more about it here: