Просмотр исходного кода

Fixed typo "but the tests are expects"

Richard 10 лет назад
Родитель
Сommit
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: