Kaynağa Gözat

Fix a typing error in CONTRIBUTING.md

I fixed "comparision" to "comparison".
kimminji00 4 yıl önce
ebeveyn
işleme
70efff5322
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
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 ``` 
 - update/generate new screenshots: ```scripts/updateScreenshots.sh ``` 
     - in this script are samples how to only execute a given class/test
     - 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
     - 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:
     - add IntentsTestRule for launching activity directly:
 
 
     ```java
     ```java