Skip to content

Commit 8ccdae6

Browse files
author
dannyid
committed
Fix typo: <Links>s to <Link>s
1 parent b06d1db commit 8ccdae6

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)