Skip to content

Commit

Permalink
Fixed typos in GETTING_STARTED.md (issue #3618) (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoycekung authored and Insti committed Sep 15, 2017
1 parent ac89013 commit ed53f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/hello-world/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ Run the test again.

1) Failure:
HelloWorldTest#test_no_name [hello_world_test.rb:11]:
When given no name, we should greet the world!.
Expected: "Hello, world!"
When given no name, we should greet the world.
Expected: "Hello, World!"
Actual: nil

Up until now we've been getting errors, this time we get a failure.
Expand Down

0 comments on commit ed53f53

Please sign in to comment.