Skip to content

Commit

Permalink
Merge pull request learn-co-students#48 from sirmatt/sirmatt-1446933679
Browse files Browse the repository at this point in the history
Fixed two typos
  • Loading branch information
deniznida committed Nov 9, 2015
2 parents 5703ebd + 361348a commit 940c6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ File: `hello_world.rb`
puts "Hello World!"
```

Anytime you make changes to a file, such as the one you've just made, you need to save it so these changes are preserved. If you forget to save it before you run your tests, it wil be tested against an empty document! Always remember to save it everytime you make changes by selecting Save from the File menu.
Anytime you make changes to a file, such as the one you've just made, you need to save it so these changes are preserved. If you forget to save it before you run your tests, it will be tested against an empty document! Always remember to save it every time you make changes by selecting Save from the File menu.

### Executing Your File

Expand Down

0 comments on commit 940c6dc

Please sign in to comment.