diff --git a/doc/api/readline.md b/doc/api/readline.md index 272481a9f155c3..04233f1a591d44 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -750,7 +750,7 @@ const { createInterface } = require('readline'); ctrl + shift + delete Delete line right - Doesn't work on Linux and Mac + Doesn't work on Mac ctrl + c @@ -824,7 +824,7 @@ const { createInterface } = require('readline'); + backspace Delete backwards to a word boundary ctrl + backspace Doesn't - work as expected on Windows + work on Linux, Mac and Windows ctrl + delete