From 5b2eb6e2af1c2d36d27fc311830e5643bc56a7c9 Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Wed, 27 Jun 2018 14:29:49 +0200 Subject: [PATCH] Fix a typo typo (#1007) --- content/docs/add-react-to-a-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/add-react-to-a-website.md b/content/docs/add-react-to-a-website.md index 8639dc45..85e04208 100644 --- a/content/docs/add-react-to-a-website.md +++ b/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 >