From 7a83235cac69990d21dbeb3dc97ef37364cad5fe Mon Sep 17 00:00:00 2001 From: Darren Walker <9861667+FluentSynergyDW@users.noreply.github.com> Date: Wed, 20 Jun 2018 21:58:42 +0100 Subject: [PATCH 1/2] Corrected minor typo in text --- packages/material-ui/src/FormControl/FormControl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3b80c22696324b18c7d6e5a95f92d4b1173aa8a9 Mon Sep 17 00:00:00 2001 From: Matt Brookes Date: Wed, 20 Jun 2018 22:20:54 +0100 Subject: [PATCH 2/2] Update form-control.md --- pages/api/form-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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