Skip to content

Commit

Permalink
Fix a typo in installation.md (#3328)
Browse files Browse the repository at this point in the history
## Description

Fixes a typo

## Test plan

(none)
  • Loading branch information
puls authored Jan 10, 2025
1 parent 6509383 commit c33963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/fundamentals/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import { GestureHandlerRootView } from 'react-native-gesture-handler';
export default function App() {
return (
<GestureHandlerRootView>
<ActuallApp />
<ActualApp />
</GestureHandlerRootView>
);
}
Expand Down

0 comments on commit c33963e

Please sign in to comment.