Skip to content

Commit b03e360

Browse files
committed
Fix typo in README
1 parent 29f73d4 commit b03e360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
| build-tests | Whether to build the package tests or just the sources | true |
7878
| run-tests | Whether to run the tests or just perform the build | true |
7979
| copy-files | Additional files to copy to emulator for testing | |
80-
| anddroid-emulator-test-folder | Emulator folder where tests are copied and run | /data/local/tmp/android-xctest |
80+
| android-emulator-test-folder | Emulator folder where tests are copied and run | /data/local/tmp/android-xctest |
8181
| android-api-level | The API level of the Android emulator to run against | 29 |
8282
| android-emulator-options | Options to pass to the Android emulator | -no-window … |
8383
| android-emulator-boot-timeout | Emulator boot timeout in seconds | 600 |

0 commit comments

Comments
 (0)