From 373dd980ac575da33d62f978fd2dcedd0e044a3c Mon Sep 17 00:00:00 2001 From: Kevin Leung Date: Tue, 21 Aug 2018 20:54:24 +0800 Subject: [PATCH] Fix typo (#891) --- docs/Introduction.Android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Introduction.Android.md b/docs/Introduction.Android.md index cfc85faeea..fe761e2600 100644 --- a/docs/Introduction.Android.md +++ b/docs/Introduction.Android.md @@ -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