Skip to content

Commit

Permalink
doc, #1053
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jul 6, 2021
1 parent 098ff42 commit 960fd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/accessibility/KeyboardUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ const KeyboardUtils = {
*
* @public
* @param {Event} domEvent
* @returns {string|null} - null if there is no `key` property on the provided Event.
* @returns {string|null} - null if there is no `code` property on the provided Event.
*/
getEventCode( domEvent ) {
validate( domEvent, DOM_EVENT_VALIDATOR );
Expand Down

0 comments on commit 960fd8e

Please sign in to comment.