fix minor typo in troubleshooting github pages (#5064)

This commit is contained in:
Marko Kaznovac
2018-09-22 18:57:51 +02:00
committed by Joe Haddad
parent 2150693d6f
commit b181f92650

View File

@@ -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/)