Skip to content

Commit 4ee5da6

Browse files
authored
Fix: typo in README.md (#74)
1 parent d4a5cb4 commit 4ee5da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ following methods:
5353

5454
1. Enable running tests with code coverage
5555
This is required so that code will be instrumented, but also to tell this plugin to include
56-
modules that have at least on of these properties enabled in the final report (or individual
56+
modules that have at least one of these properties enabled in the final report (or individual
5757
reports)
5858

5959
```groovy
@@ -181,4 +181,4 @@ sure to follow the code-style as found in the rest of the project.
181181

182182
**How to test your changes/additions?**
183183
The plugin comes with an integration test and unit tests. You can run these tests either by executing
184-
`./gradlew clean test` or run the test directly from Android Studio (or IntelliJ IDEA).
184+
`./gradlew clean test` or run the test directly from Android Studio (or IntelliJ IDEA).

0 commit comments

Comments
 (0)