Skip to content

Commit

Permalink
docs: Fix typo "Writeable" => "Writable" in README.MD (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitaly Makarevich <vitalymak@users.noreply.github.com>
  • Loading branch information
vitalymak and vitalymak committed Dec 13, 2022
1 parent bf9e805 commit 711d7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Every option is optional.
* `edit` Allow the user to edit the default value.
* `terminal` Treat the output as a TTY, whether it is or not.
* `input` Readable stream to get input data from. (default `process.stdin`)
* `output` Writeable stream to write prompts to. (default: `process.stdout`)
* `output` Writable stream to write prompts to. (default: `process.stdout`)

If silent is true, and the input is a TTY, then read will set raw
mode, and read character by character.
Expand Down

0 comments on commit 711d7cd

Please sign in to comment.