Skip to content

Commit c33963e

Browse files
authored
Fix a typo in installation.md (#3328)
## Description Fixes a typo ## Test plan (none)
1 parent 6509383 commit c33963e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/fundamentals/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import { GestureHandlerRootView } from 'react-native-gesture-handler';
5050
export default function App() {
5151
return (
5252
<GestureHandlerRootView>
53-
<ActuallApp />
53+
<ActualApp />
5454
</GestureHandlerRootView>
5555
);
5656
}

0 commit comments

Comments
 (0)