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