From a8de73da63f70d1c1a42dfa72d06a8153299880b Mon Sep 17 00:00:00 2001 From: Chiaki Date: Tue, 21 Nov 2023 11:40:22 +0900 Subject: [PATCH] Update README.md to fix the typo (#56322) Before: onKeydown After: onKeyDown --- packages/block-editor/src/components/url-input/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/url-input/README.md b/packages/block-editor/src/components/url-input/README.md index b7c48c191cc28..9d3e340371a60 100644 --- a/packages/block-editor/src/components/url-input/README.md +++ b/packages/block-editor/src/components/url-input/README.md @@ -103,7 +103,7 @@ _Required._ Called when the value changes. The second parameter is `null` unless } ``` -### `onKeydown`: `( event: KeyboardEvent ) => void` +### `onKeyDown`: `( event: KeyboardEvent ) => void` A callback invoked on the keydown event.