Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gitname authored Jun 13, 2017
1 parent 0ba5f6b commit a18da22
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 @@ -105,7 +105,7 @@ The remainder of this document contains a tutorial on creating a React app (usin
$ npm run deploy
```

* That's it! Your app is now accessible at the URL you specific in step 4.
* That's it! Your app is now accessible at the URL you specified in step 4.
* In my case, my app is now accessible at: https://gitname.github.io/react-gh-pages/
* I recommend exploring the GitHub repository at this point. When I explored it, I noticed that, although a `master` branch did not exist, a `gh-pages` branch did exist. I noticed the latter contained the *built* app code, as opposed to the app's source code.

Expand Down

0 comments on commit a18da22

Please sign in to comment.