Skip to content

Commit 9148ad9

Browse files
committed
Merge pull request #2160 from dannyid/intro-typo
Fix typo: <Links>s to <Link>s
2 parents b06d1db + 8ccdae6 commit 9148ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const App = React.createClass({
113113
return (
114114
<div>
115115
<h1>App</h1>
116-
{/* change the <a>s to <Links>s */}
116+
{/* change the <a>s to <Link>s */}
117117
<ul>
118118
<li><Link to="/about">About</Link></li>
119119
<li><Link to="/inbox">Inbox</Link></li>

0 commit comments

Comments
 (0)