We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50f32fa + a24295e commit 8aa26eeCopy full SHA for 8aa26ee
docs/src/ComponentsPage.js
@@ -89,7 +89,7 @@ const ComponentsPage = React.createClass({
89
</div>
90
91
<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
+ <p>The DOM element tag is choosen automatically for you based on the props you supply. Passing
93
a <code>href</code> will result in the button using a <code>{'<a />'}</code> element otherwise
94
a <code>{'<button />'}</code> element will be used.</p>
95
<ReactPlayground codeText={Samples.ButtonTagTypes} />
0 commit comments