From f5cc08fa562dd706104a442b9448e63fa742d0ed Mon Sep 17 00:00:00 2001 From: RahulSF4846 Date: Mon, 8 Sep 2025 11:11:49 +0530 Subject: [PATCH] 980280: Resolved issue in JS-ES5 platform --- .../javascript-es5/how-to/override-the-keyboard-shortcuts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/override-the-keyboard-shortcuts.md b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/override-the-keyboard-shortcuts.md index f148e7e6e..833dd7c17 100644 --- a/Document-Processing/Word/Word-Processor/javascript-es5/how-to/override-the-keyboard-shortcuts.md +++ b/Document-Processing/Word/Word-Processor/javascript-es5/how-to/override-the-keyboard-shortcuts.md @@ -36,7 +36,7 @@ For example, `Ctrl + S` keyboard shortcut saves the document in SFDT format by d {% tabs %} {% highlight js tabtitle="index.ts" %} -{% include code-snippet/document-editor/javascript-es5/document-editor/override-keyboard-cs2/index.ts %} +{% include code-snippet/document-editor/javascript-es5/document-editor/override-keyboard-cs2/index.js %} {% endhighlight %} {% highlight html tabtitle="index.html" %} {% include code-snippet/document-editor/javascript-es5/document-editor/override-keyboard-cs2/index.html %}