diff --git a/docs/src/ComponentsPage.js b/docs/src/ComponentsPage.js index f8e502581a..e268bc27f5 100644 --- a/docs/src/ComponentsPage.js +++ b/docs/src/ComponentsPage.js @@ -89,7 +89,7 @@ const ComponentsPage = React.createClass({
The DOM element tag is choosen automaticly for you based on the props you supply. Passing +
The DOM element tag is choosen automatically for you based on the props you supply. Passing
a href
will result in the button using a {''}
element otherwise
a {''}
element will be used.