Skip to content

Commit

Permalink
[FormControl] Correct minor typo in text (#11931)
Browse files Browse the repository at this point in the history
  • Loading branch information
FluentSynergyDW authored and mbrookes committed Jun 20, 2018
1 parent e943cb8 commit abb0b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/material-ui/src/FormControl/FormControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pages/api/form-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abb0b37

Please sign in to comment.