Sfoglia il codice sorgente

Merge pull request #127 from rcraggs/patch-1

Fixed typo "but the tests are expects"
Katrina Owen 10 anni fa
parent
commit
f4c95f108e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      exercises/hello-world/GETTING_STARTED.md

+ 1
- 1
exercises/hello-world/GETTING_STARTED.md Vedi File

29
 
29
 
30
 ## Step 2
30
 ## Step 2
31
 
31
 
32
-Run the tests again. It will give you a new error, since now the method exists, but the tests are expects the
32
+Run the tests again. It will give you a new error, since now the method exists, but the tests expect the
33
 method to accept one argument as input, a name.
33
 method to accept one argument as input, a name.
34
 
34
 
35
 The errors will look something like:
35
 The errors will look something like: