Skip to content

Commit 8aa26ee

Browse files
committed
Merge pull request react-bootstrap#721 from PixnBits/patch-1
Update ComponentsPage.js
2 parents 50f32fa + a24295e commit 8aa26ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ComponentsPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const ComponentsPage = React.createClass({
8989
</div>
9090

9191
<h2 id='buttons-tags'>Button tags</h2>
92-
<p>The DOM element tag is choosen automaticly for you based on the props you supply. Passing
92+
<p>The DOM element tag is choosen automatically for you based on the props you supply. Passing
9393
a <code>href</code> will result in the button using a <code>{'<a />'}</code> element otherwise
9494
a <code>{'<button />'}</code> element will be used.</p>
9595
<ReactPlayground codeText={Samples.ButtonTagTypes} />

0 commit comments

Comments
 (0)