From 978b49eb281efca974355c4d197cc868e6c977b1 Mon Sep 17 00:00:00 2001 From: sitegui <2801575+sitegui@users.noreply.github.com> Date: Tue, 16 Jun 2026 19:03:46 +0200 Subject: [PATCH] Fix a typo in CONTRIBUTING.md The code block had the language "bash" written at the end of the block, causing part of the file to be rendered incorrectly. Signed-off-by: sitegui <2801575+sitegui@users.noreply.github.com> --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b77f2d17e22..d5a9f9b4bd17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -224,9 +224,9 @@ Source code of app: - small, isolated tests, with no need of Android SDK - code coverage can be directly shown via right click on test and select "Run Test with Coverage" -``` -./gradlew jacocoTestGplayDebugUnitTest ```bash +./gradlew jacocoTestGplayDebugUnitTest +``` #### Instrumented tests - tests to see larger code working in correct way