File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ following methods:
5353
54541 . 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?**
183183The 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).
You can’t perform that action at this time.
0 commit comments