Skip to content

Commit abb0b37

Browse files
FluentSynergyDWmbrookes
authored andcommitted
[FormControl] Correct minor typo in text (#11931)
1 parent e943cb8 commit abb0b37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/material-ui/src/FormControl/FormControl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const styles = theme => ({
3333
/**
3434
* Provides context such as filled/focused/error/required for form inputs.
3535
* Relying on the context provides high flexibilty and ensures that the state always stays
36-
* consitent across the children of the `FormControl`.
36+
* consistent across the children of the `FormControl`.
3737
* This context is used by the following components:
3838
* - FormLabel
3939
* - FormHelperText

pages/api/form-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ filename: /packages/material-ui/src/FormControl/FormControl.js
88

99
Provides context such as filled/focused/error/required for form inputs.
1010
Relying on the context provides high flexibilty and ensures that the state always stays
11-
consitent across the children of the `FormControl`.
11+
consistent across the children of the `FormControl`.
1212
This context is used by the following components:
1313
- FormLabel
1414
- FormHelperText

0 commit comments

Comments
 (0)