From a6d8e359a136212f0884892a4cffd1512a8abeab Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Mon, 17 Dec 2018 11:36:46 +0100 Subject: [PATCH] fixed individually --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca4428cf0b..6158d6d2cf 100644 --- a/README.md +++ b/README.md @@ -1259,7 +1259,7 @@ render(( #### Customizing widgets text input -All the widgets that render a text input use the `BaseInput` component internally. If you need to customize all text inputs without customizing all widgets individially, you can provide a `BaseInput` component in the `widgets` property of `Form` (see [Custom component registration](#custom-component-registration). +All the widgets that render a text input use the `BaseInput` component internally. If you need to customize all text inputs without customizing all widgets individually, you can provide a `BaseInput` component in the `widgets` property of `Form` (see [Custom component registration](#custom-component-registration). ### Custom field components