Skip to content

Commit

Permalink
Fix typo (#891)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinresol authored and LeoNatan committed Aug 21, 2018
1 parent efea421 commit 373dd98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Introduction.Android.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ buildscript {

### 3. Create Android Test class

You need to add the file `android/app/src/androidTest/java/com/[your.package]/DetoxTest.java` and fill it like [this](../detox/test/android/app/src/androidTest/java/com/example/DetoxTest.java), expect that you need to change the package to your projects name.
You need to add the file `android/app/src/androidTest/java/com/[your.package]/DetoxTest.java` and fill it like [this](../detox/test/android/app/src/androidTest/java/com/example/DetoxTest.java), except that you need to change the package to your projects name.

### 4. Add Android configuration

Expand Down

0 comments on commit 373dd98

Please sign in to comment.