diff --git a/guide/english/bash/bash-cat/index.md b/guide/english/bash/bash-cat/index.md index 169101e01f..c301b461dd 100644 --- a/guide/english/bash/bash-cat/index.md +++ b/guide/english/bash/bash-cat/index.md @@ -17,7 +17,7 @@ cat [options] [file_names] Most used options: -* `-b`, numer non-blank output lines +* `-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