From a83dc34e2edd5f85e2e86cf0db91cf8d79bcb23f Mon Sep 17 00:00:00 2001 From: jdbricker Date: Wed, 31 Oct 2018 14:52:30 -0400 Subject: [PATCH] spelling error fixed (#20618) --- 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 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