File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/material-ui/src/FormControl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ filename: /packages/material-ui/src/FormControl/FormControl.js
88
99Provides context such as filled/focused/error/required for form inputs.
1010Relying 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 ` .
1212This context is used by the following components:
1313 - FormLabel
1414 - FormHelperText
You can’t perform that action at this time.
0 commit comments