Pārlūkot izejas kodu

Merge pull request #127 from rcraggs/patch-1

Fixed typo "but the tests are expects"
Katrina Owen 10 gadus atpakaļ
vecāks
revīzija
f4c95f108e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      exercises/hello-world/GETTING_STARTED.md

+ 1
- 1
exercises/hello-world/GETTING_STARTED.md Parādīt failu

@@ -29,7 +29,7 @@ public class HelloWorld {
29 29
 
30 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 33
 method to accept one argument as input, a name.
34 34
 
35 35
 The errors will look something like: