Skip to content

Commit afc3e37

Browse files
committed
remove a word for grammar in 2 files,and another word for clarity
1 parent cf00fa1 commit afc3e37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sites/en/javascript-to-do-list-with-react/creating_a_list.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ your list's name, and 'DESCRIPTION-OF-YOUR-ITEM' with your item's description.
9393
JAVASCRIPT
9494

9595
message <<-MARKDOWN
96-
Check the network tab again. Was your request successful? If it was, take a look at what
96+
Check the network tab again. Was your request successful? If it was, take a look at
9797
the server's response. You'll notice that the item has an id attribute now. This is how
9898
the server will uniquely identify your item in the future.
9999
MARKDOWN

sites/en/javascript-to-do-list/_deploying_your_site.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cd .
3434
1. Turn it into a git repository by running `git init`
3535
1. Checkout a branch called `gh-pages`
3636
1. Commit all the files
37-
1. Create a remote repository on github for the game.
37+
1. Create a remote repository on github for the To Do List.
3838
1. Follow their instructions for adding the github remote to your existing repo
3939
1. Follow the instructions on [Github Pages](http://pages.github.com) for
4040
setting up a project site from scratch.

sites/en/javascript-to-do-list/creating_a_list.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ your list's name, and 'DESCRIPTION-OF-YOUR-ITEM' with your item's description.
9393
JAVASCRIPT
9494

9595
message <<-MARKDOWN
96-
Check the network tab again. Was your request successful? If it was, take a look at what
96+
Check the network tab again. Was your request successful? If it was, take a look at
9797
the server's response. You'll notice that the item has an id attribute now. This is how
9898
the server will uniquely identify your item in the future.
9999
MARKDOWN

0 commit comments

Comments
 (0)