Skip to content

Commit

Permalink
fix minor typo in troubleshooting github pages (#5064)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaznovac authored and Timer committed Sep 22, 2018
1 parent 2150693 commit b181f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2345,7 +2345,7 @@ If, when deploying, you get `/dev/tty: No such a device or address` or a similar

1. Create a new [Personal Access Token](https://github.com/settings/tokens)
2. `git remote set-url origin https://<user>:<token>@github.com/<user>/<repo>` .
3. Try `npm run deploy again`
3. Try `npm run deploy` again

### [Heroku](https://www.heroku.com/)

Expand Down

0 comments on commit b181f92

Please sign in to comment.