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:
53
53
54
54
1 . Enable running tests with code coverage
55
55
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
57
57
reports)
58
58
59
59
``` groovy
@@ -181,4 +181,4 @@ sure to follow the code-style as found in the rest of the project.
181
181
182
182
** How to test your changes/additions?**
183
183
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).
You can’t perform that action at this time.
0 commit comments