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