diff --git a/packages/material-ui/src/FormControl/FormControl.js b/packages/material-ui/src/FormControl/FormControl.js index ed52ccfc00da58..a0086ccd5c867e 100644 --- a/packages/material-ui/src/FormControl/FormControl.js +++ b/packages/material-ui/src/FormControl/FormControl.js @@ -33,7 +33,7 @@ export const styles = theme => ({ /** * Provides context such as filled/focused/error/required for form inputs. * Relying on the context provides high flexibilty and ensures that the state always stays - * consitent across the children of the `FormControl`. + * consistent across the children of the `FormControl`. * This context is used by the following components: * - FormLabel * - FormHelperText diff --git a/pages/api/form-control.md b/pages/api/form-control.md index d522b76e3b1528..6ab6fe843631ee 100644 --- a/pages/api/form-control.md +++ b/pages/api/form-control.md @@ -8,7 +8,7 @@ filename: /packages/material-ui/src/FormControl/FormControl.js Provides context such as filled/focused/error/required for form inputs. Relying on the context provides high flexibilty and ensures that the state always stays -consitent across the children of the `FormControl`. +consistent across the children of the `FormControl`. This context is used by the following components: - FormLabel - FormHelperText