From 397b396ff9cd42706fcf964886b1c167810a6ad1 Mon Sep 17 00:00:00 2001 From: Ratson Date: Mon, 16 May 2016 01:00:46 +0800 Subject: [PATCH] [Docs] Fix typos --- .../pages/components/Stepper/GranularControlStepper.js | 2 +- .../pages/components/Stepper/HorizontalNonLinearStepper.js | 2 +- docs/src/app/components/pages/customization/InlineStyles.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/app/components/pages/components/Stepper/GranularControlStepper.js b/docs/src/app/components/pages/components/Stepper/GranularControlStepper.js index 5fbaea4f158d22..de9e5b9bfc7b56 100644 --- a/docs/src/app/components/pages/components/Stepper/GranularControlStepper.js +++ b/docs/src/app/components/pages/components/Stepper/GranularControlStepper.js @@ -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 * `` components are being controlled manually via individual props. * * An enhancement made possible by this functionality (shown below), diff --git a/docs/src/app/components/pages/components/Stepper/HorizontalNonLinearStepper.js b/docs/src/app/components/pages/components/Stepper/HorizontalNonLinearStepper.js index 8e6e9d4dab7bbe..e17d3798733123 100644 --- a/docs/src/app/components/pages/components/Stepper/HorizontalNonLinearStepper.js +++ b/docs/src/app/components/pages/components/Stepper/HorizontalNonLinearStepper.js @@ -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 `` here to demonstrate clickable step labels. diff --git a/docs/src/app/components/pages/customization/InlineStyles.js b/docs/src/app/components/pages/customization/InlineStyles.js index 1618ac85d39dec..cd48b708c6be77 100644 --- a/docs/src/app/components/pages/customization/InlineStyles.js +++ b/docs/src/app/components/pages/customization/InlineStyles.js @@ -116,7 +116,7 @@ class InlineStyles extends React.Component {

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's getStyles