Skip to content

Commit 2ab0842

Browse files
authored
Fix typo in App.tsx (#108)
1 parent bc47041 commit 2ab0842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function App(): React.JSX.Element {
6464
/*
6565
* To keep the template simple and small we're adding padding to prevent view
6666
* from rendering under the System UI.
67-
* For bigger apps the reccomendation is to use `react-native-safe-area-context`:
67+
* For bigger apps the recommendation is to use `react-native-safe-area-context`:
6868
* https://github.com/AppAndFlow/react-native-safe-area-context
6969
*
7070
* You can read more about it here:

0 commit comments

Comments
 (0)