Преглед изворни кода

Fixed typo "but the tests are expects"

Richard пре 10 година
родитељ
комит
046a00f54d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      exercises/hello-world/GETTING_STARTED.md

+ 1
- 1
exercises/hello-world/GETTING_STARTED.md Прегледај датотеку

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: