From 70efff5322628a2d763ac0638cc6d999b9d01479 Mon Sep 17 00:00:00 2001 From: kimminji00 <44043952+kimminji00@users.noreply.github.com> Date: Tue, 17 Nov 2020 22:11:37 +0900 Subject: [PATCH] Fix a typing error in CONTRIBUTING.md I fixed "comparision" to "comparison". --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2d7af58912..1ce27ac809 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -276,7 +276,7 @@ We use [shot](https://github.com/Karumi/Shot) for taking screenshots and compare - update/generate new screenshots: ```scripts/updateScreenshots.sh ``` - in this script are samples how to only execute a given class/test - this will fire up docker & emulator to ensure that screenshots look the same -- creating own UI comparision tests: +- creating own UI comparison tests: - add IntentsTestRule for launching activity directly: ```java