Skip to content

Commit d16cf48

Browse files
committed
Fix typo in TypeScript declarations
1 parent e80bcda commit d16cf48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-input.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export namespace plugins {
214214
* @param {boolean} escTabToChangeFocus Whether pressing the Escape key before (Shift+)Tab should make this keypress focus on a different element (Tab's default behaviour). You should always either enable this or use this plugin's disableTabIndentation and enableTabIndentation methods linked to other keyboard shortcuts, for accessibility.
215215
* @param {Object} instructionTranslations: user interface string keys mapped to translated versions for localisation. Look at the go-to-line.js source code for the English text.
216216
*/
217-
constructor(defaultSpaces?: boolean, numSpaces?: Number, bracketPairs?: Object, escTabToChangeFocus?: boolean, instructionTwranslations?: {
217+
constructor(defaultSpaces?: boolean, numSpaces?: Number, bracketPairs?: Object, escTabToChangeFocus?: boolean, instructionTranslations?: {
218218
tabForIndentation?: string;
219219
tabForNavigation?: string;
220220
});

0 commit comments

Comments
 (0)