From a34db167101b17e59c0c40ce83f92059ff0b5645 Mon Sep 17 00:00:00 2001 From: max-portador <46213974+max-portador@users.noreply.github.com> Date: Wed, 28 Feb 2024 17:09:20 +0300 Subject: [PATCH] docs: fix a typo in the TextArea readme (#1383) --- src/components/controls/TextArea/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/controls/TextArea/README.md b/src/components/controls/TextArea/README.md index 87968e3a06..410e35fb36 100644 --- a/src/components/controls/TextArea/README.md +++ b/src/components/controls/TextArea/README.md @@ -203,7 +203,7 @@ LANDING_BLOCK--> | onFocus | Fires when the control gets focus. Provides focus event as a callback's argument | `function` | | | onKeyDown | Fires when a key is pressed. Provides keyboard event as a callback's argument | `function` | | | onKeyUp | Fires when a key is released. Provides keyboard event as a callback's argument | `function` | | -| onUpdate | Fires when the input’s value is changed by the user. Provides new value as ancallback's argument | `function` | | +| onUpdate | Fires when the input’s value is changed by the user. Provides new value as a callback's argument | `function` | | | pin | The control's border view | `string` | `"round-round"` | | placeholder | Text that appears in the control when no value is set | `string` | | | qa | Test id attribute (`data-qa`) | `string` | |