Skip to content

Commit

Permalink
Merge pull request #4265 from ratson/docs-fix-typos
Browse files Browse the repository at this point in the history
[Docs] Fix typos
  • Loading branch information
oliviertassinari committed May 15, 2016
2 parents e34d7cc + 397b396 commit e7d1fa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const getStyles = () => {
};

/**
* This is similiar to the horizontal non-linear example, except the
* This is similar to the horizontal non-linear example, except the
* `<Step>` components are being controlled manually via individual props.
*
* An enhancement made possible by this functionality (shown below),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import FlatButton from 'material-ui/FlatButton';
/**
* Non-linear steppers allow users to enter a multi-step flow at any point.
*
* This example is similiar to the regular horizontal stepper, except steps are no longer
* This example is similar to the regular horizontal stepper, except steps are no longer
* automatically set to `disabled={true}` based on the `activeStep` prop.
*
* We've used the `<StepButton>` here to demonstrate clickable step labels.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class InlineStyles extends React.Component {
</CodeExample>
<p>
If you would like to add additional styling via CSS, pass in the
class name via the className prop. The className prop is similiar to
class name via the className prop. The className prop is similar to
the style prop in that it only applies to the root element. Note that
CSS properties defined inline are given priority over those defined
in a CSS class. Take a look at a component&#39;s <code>getStyles
Expand Down

0 comments on commit e7d1fa6

Please sign in to comment.