Skip to content

Commit d1c43d4

Browse files
Merge pull request #17195 from sitegui/bugfix-contributing-md
Fix a typo in CONTRIBUTING.md
2 parents 0c5b3e5 + 978b49e commit d1c43d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@ Source code of app:
224224
- small, isolated tests, with no need of Android SDK
225225
- code coverage can be directly shown via right click on test and select "Run Test with Coverage"
226226

227-
```
228-
./gradlew jacocoTestGplayDebugUnitTest
229227
```bash
228+
./gradlew jacocoTestGplayDebugUnitTest
229+
```
230230

231231
#### Instrumented tests
232232
- tests to see larger code working in correct way

0 commit comments

Comments
 (0)