Skip to content

Commit b59ccb4

Browse files
authored
fix: java -version instead of java -v
1 parent 65035eb commit b59ccb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/docs/mobile/1/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ and start distributing them to your users via the App Store.
2323
### For Android
2424
1. [Android Studio Giraffe (or later)](https://developer.android.com/studio)
2525
2. The following environment variables set.
26-
3. You should be able to successfully run `java -v` and `adb devices` from the terminal.
26+
3. You should be able to successfully run `java -version` and `adb devices` from the terminal.
2727
4. **Windows only**: You must have [7zip](https://www.7-zip.org/) installed.
2828

2929
#### On macOS

0 commit comments

Comments
 (0)