Skip to content

Commit

Permalink
chore: fix typo (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
pewsheen authored Mar 1, 2023
1 parent 44cd6a3 commit 7b2f490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MOBILE.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export JAVA_HOME=/Applications/Android\ Studio.app/Contents/jbr/Contents/Home
```bash
export ANDROID_HOME="$HOME/.android"
# If you are using Android studio, on Linux, it is:
expoert ANDROID_HOME="$HOME/Android/Sdk"
export ANDROID_HOME="$HOME/Android/Sdk"
# And on macOS, it is:
export ANDROID_HOME="$HOME/Library/Android/sdk"
```
Expand Down

0 comments on commit 7b2f490

Please sign in to comment.