Skip to content

Commit 198a6a1

Browse files
Copilotfengmk2
andcommitted
fix: correct typo 'writables' to 'writable' in stream.ts comment
Co-authored-by: fengmk2 <156269+fengmk2@users.noreply.github.com>
1 parent 0480767 commit 198a6a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/prompts/src/stream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import type { LogMessageOptions } from './log.js';
77

88
const prefix = ' ';
99

10-
// TODO (43081j): this currently doesn't support custom `output` writables
10+
// TODO (43081j): this currently doesn't support custom `output` writable
1111
// because we rely on `columns` existing (i.e. `process.stdout.columns).
1212
//
1313
// If we want to support `output` being passed in, we will need to use

0 commit comments

Comments
 (0)