Skip to content

Commit 01f660e

Browse files
committed
fixup: typo
1 parent 3822b3c commit 01f660e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-repl/src/repl-paste-support.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function installPasteSupport(repl: REPLServer): string {
2323
// TODO(MONGOSH-1911): Upstream as much of this into Node.js core as possible,
2424
// both because of the value to the wider community but also because this is
2525
// messing with Node.js REPL internals to a very unfortunate degree.
26-
repl.output.write('\x1b[?2004h'); // Indicate support for paste mote
26+
repl.output.write('\x1b[?2004h'); // Indicate support for paste mode
2727
const onEnd = '\x1b[?2004l'; // End of support for paste mode
2828
// Find the symbol used for the (internal) _ttyWrite method of readline.Interface
2929
// https://github.com/nodejs/node/blob/d9786109b2a0982677135f0c146f6b591a0e4961/lib/internal/readline/interface.js#L1056

0 commit comments

Comments
 (0)