From c8d16f5976c7bb29d4a900bd61cdc699b6f25b0e Mon Sep 17 00:00:00 2001 From: Joonsung Um Date: Fri, 6 Dec 2019 17:23:12 +0900 Subject: [PATCH] Fix typo --- docs/Inputs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Inputs.md b/docs/Inputs.md index 66c48f5235b..ff1cddc1444 100644 --- a/docs/Inputs.md +++ b/docs/Inputs.md @@ -34,7 +34,7 @@ All input components accept the following props: * `label`: Used as input label. Defaults to the humanized `source` when omitted. * `validate`: Validation rules for the current property. See the [Validation Documentation](./CreateEdit.md#validation) for details. * `helperText`: Text to be displayed under the input. -* `fullWith`: If `true`, the input will expand to fill the form width. Defaults to `false`. +* `fullWidth`: If `true`, the input will expand to fill the form width. Defaults to `false`. ```jsx