Skip to content

Commit 643b62e

Browse files
authored
docs: update README.md
unecessary -> unnecessary
1 parent 717f2db commit 643b62e

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
@@ -116,7 +116,7 @@ To run the tests execute the following gradle tasks:
116116
- `connectedDemoDebugAndroidTest` run all instrumented tests against the `demoDebug` variant.
117117

118118
**Note:** You should not run `./gradlew test` or `./gradlew connectedAndroidTest` as this will execute
119-
tests against _all_ build variants which is both unecessary and will result in failures as only the
119+
tests against _all_ build variants which is both unnecessary and will result in failures as only the
120120
`demoDebug` variant is supported. No other variants have any tests (although this might change in future).
121121

122122
## Screenshot tests

0 commit comments

Comments
 (0)