Skip to content

Commit 77c32b5

Browse files
tteltrabTimer
authored andcommittedSep 24, 2018
Small typo fix (#5077)
follwing -> following
1 parent 03a7091 commit 77c32b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-scripts/template/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2310,7 +2310,7 @@ GitHub Pages doesn’t support routers that use the HTML5 `pushState` history AP
23102310
23112311
##### "/dev/tty: No such a device or address"
23122312
2313-
If, when deploying, you get `/dev/tty: No such a device or address` or a similar error, try the follwing:
2313+
If, when deploying, you get `/dev/tty: No such a device or address` or a similar error, try the following:
23142314
23152315
1. Create a new [Personal Access Token](https://github.com/settings/tokens)
23162316
2. `git remote set-url origin https://<user>:<token>@github.com/<user>/<repo>` .

0 commit comments

Comments
 (0)
Please sign in to comment.