Skip to content

Commit

Permalink
Fixes duplicate "is" typo (facebook#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagrippis authored and alexdriaguine committed Jan 23, 2017
1 parent 9a4da6c commit 9ca97a5
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 @@ -206,7 +206,7 @@ We recognize that this is suboptimal, but it is currently required due to the wa

You can find the source HTML file in the `public` folder of the generated project. You may edit the `<title>` tag in it to change the title from “React App” to anything else.

Note that normally you wouldn't edit files in the `public` folder very often. For example, [adding a stylesheet](#adding-a-stylesheet) is is done without touching the HTML.
Note that normally you wouldn't edit files in the `public` folder very often. For example, [adding a stylesheet](#adding-a-stylesheet) is done without touching the HTML.

If you need to dynamically update the page title based on the content, you can use the browser [`document.title`](https://developer.mozilla.org/en-US/docs/Web/API/Document/title) API. For more complex scenarios when you want to change the title from React components, you can use [React Helmet](https://github.com/nfl/react-helmet), a third party library.

Expand Down

0 comments on commit 9ca97a5

Please sign in to comment.