Skip to content

Commit

Permalink
Android typo
Browse files Browse the repository at this point in the history
There was a typo in the manual on enabling the new architecture for Android.
  • Loading branch information
callaars authored Oct 15, 2024
1 parent 8f6f698 commit 58bf85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/architecture/landing-page.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ If, for any reasons, you can't use the New Architecture, you can still opt-out f
### Android
1. Open the `andorid/gradle.properties` file
1. Open the `android/gradle.properties` file
2. Toggle the `newArchEnabled` flag from `true` to `false`
```diff title="gradle.properties"
Expand Down

0 comments on commit 58bf85c

Please sign in to comment.