From 960fd8e2069b65891b79d4b01413335765278425 Mon Sep 17 00:00:00 2001 From: zepumph Date: Tue, 6 Jul 2021 13:16:31 -0400 Subject: [PATCH] doc, https://github.com/phetsims/scenery/issues/1053 --- js/accessibility/KeyboardUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/accessibility/KeyboardUtils.js b/js/accessibility/KeyboardUtils.js index b690997e6..6ab0059ba 100644 --- a/js/accessibility/KeyboardUtils.js +++ b/js/accessibility/KeyboardUtils.js @@ -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 );