Skip to content

Commit

Permalink
Update README.md to fix the typo (#56322)
Browse files Browse the repository at this point in the history
Before: onKeydown
After: onKeyDown
  • Loading branch information
chiilog committed Nov 21, 2023
1 parent 15c94b0 commit a8de73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/url-input/README.md
Expand Up @@ -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.

Expand Down

0 comments on commit a8de73d

Please sign in to comment.