From 41624305cc955258b530ba5936510d0bd34a72d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kate=C5=99ina=20Dlouh=C3=A1?= Date: Wed, 13 Nov 2024 11:36:20 +0100 Subject: [PATCH] Docs(web-react): Fix typo in supported attributes in README.md --- packages/web-react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web-react/README.md b/packages/web-react/README.md index 64721067d2..7ec3c82d69 100644 --- a/packages/web-react/README.md +++ b/packages/web-react/README.md @@ -66,7 +66,7 @@ you can use the `inputProps` prop. Supported attributes are: -- `on*` (eg. `onclick`) +- `on*` (eg. `onClick`) - `data-*` - `aria-*` - `id`