Skip to content

Commit

Permalink
Merge pull request react-bootstrap#721 from PixnBits/patch-1
Browse files Browse the repository at this point in the history
Update ComponentsPage.js
  • Loading branch information
taion committed May 23, 2015
2 parents 50f32fa + a24295e commit 8aa26ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/ComponentsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const ComponentsPage = React.createClass({
</div>

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

0 comments on commit 8aa26ee

Please sign in to comment.