Przeglądaj źródła

Hello World: correct typo

Dmitriy Bogdanov 9 lat temu
rodzic
commit
cba7894f46
Brak konta powiązanego z e-mailem autora
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      exercises/hello-world/GETTING_STARTED.md

+ 1
- 1
exercises/hello-world/GETTING_STARTED.md Wyświetl plik

20
 
20
 
21
 ## Iterate through the tests
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
 testing after each change.
24
 testing after each change.
25
 
25
 
26
 ## All the tests pass?  Submit your solution!
26
 ## All the tests pass?  Submit your solution!