Dmitriy Bogdanov 9 лет назад
Родитель
Сommit
cba7894f46
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      exercises/hello-world/GETTING_STARTED.md

+ 1
- 1
exercises/hello-world/GETTING_STARTED.md Просмотреть файл

@@ -20,7 +20,7 @@ $ gradle test
20 20
 
21 21
 ## Iterate through the tests
22 22
 
23
-After your first test passes, remove the `@Ignore` from the next test, and ierate on your solution,
23
+After your first test passes, remove the `@Ignore` from the next test, and iterate on your solution,
24 24
 testing after each change.
25 25
 
26 26
 ## All the tests pass?  Submit your solution!