Browse Source

Fix a typo typo (#1007)

main
Kristofer Selbekk 7 years ago
committed by Dan Abramov
parent
commit
5b2eb6e2af
  1. 2
      content/docs/add-react-to-a-website.md

2
content/docs/add-react-to-a-website.md

@ -68,7 +68,7 @@ The first two tags load React. The third one will load your component code.
Create a file called `like_button.js` next to your HTML page.
Open this [this starter code](https://cdn.rawgit.com/gaearon/0b180827c190fe4fd98b4c7f570ea4a8/raw/b9157ce933c79a4559d2aa9ff3372668cce48de7/LikeButton.js) and paste it into the file you created.
Open [this starter code](https://cdn.rawgit.com/gaearon/0b180827c190fe4fd98b4c7f570ea4a8/raw/b9157ce933c79a4559d2aa9ff3372668cce48de7/LikeButton.js) and paste it into the file you created.
>Tip
>

Loading…
Cancel
Save