From a416ee3684f163b5be954dfaa14fcb6f93a03485 Mon Sep 17 00:00:00 2001 From: socutebunny <32743950+socutebunny@users.noreply.github.com> Date: Wed, 31 Oct 2018 22:37:13 -0700 Subject: [PATCH] Typo (#24881) --- guide/english/bash/bash-cat/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bash/bash-cat/index.md b/guide/english/bash/bash-cat/index.md index c301b461dd..d0b8477e8d 100644 --- a/guide/english/bash/bash-cat/index.md +++ b/guide/english/bash/bash-cat/index.md @@ -20,7 +20,7 @@ Most used options: * `-b`, number non-blank output lines * `-n`, number all output lines * `-s`, squeeze multiple adjacent blank lines -* `-v`, display nonprinting characters, except for tabs and the end of line character +* `-v`, display non-printing characters, except for tabs and the end of line character ### Example