Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Minor grammitcal error #11691

Merged
merged 2 commits into from
Jun 3, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
minor grammitcal error
  • Loading branch information
NeuTrix authored Jun 3, 2018
commit b64f511a30bbb86b79f29b848ef4181292c82956
2 changes: 1 addition & 1 deletion packages/material-ui/src/FormControl/FormControl.js
Original file line number Diff line number Diff line change
@@ -32,7 +32,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 stay
* Relying on the context provides high flexibilty and ensures that the state always stays
* consitent across the children of the `FormControl`.
* This context is used by the following components:
* - FormLabel