From 5eb0555b5e1b77466066fab44f1d3d503c24a36c Mon Sep 17 00:00:00 2001 From: winetoys <34343621+winetoys@users.noreply.github.com> Date: Tue, 19 Feb 2019 00:19:58 +0530 Subject: [PATCH] spelling (#31203) --- 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 994efe55e6..fadd1c21a9 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