From cdbd7dba3b4373a1d9bd7c5af3b8443a645b6449 Mon Sep 17 00:00:00 2001 From: Christian Coffey <31052077+ccoffey1@users.noreply.github.com> Date: Mon, 11 Feb 2019 20:48:11 -0500 Subject: [PATCH] Fixed a typo where 'ls' was 'cat' (#30629) * Fixed a typo where 'ls' was 'cat' 'ls' was written as 'cat' in the usage pane. Also made some grammatical changes and changed the location of the directory usage example. * Update index.md --- guide/english/bash/bash-ls/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bash/bash-ls/index.md b/guide/english/bash/bash-ls/index.md index c68a5b2b8d..c121f422e9 100644 --- a/guide/english/bash/bash-ls/index.md +++ b/guide/english/bash/bash-ls/index.md @@ -4,7 +4,7 @@ title: Bash ls ## Bash ls -`ls` is a command on Unix-like operating systems to list contents of a directory, for example folder and file names. +`ls` is a command on Unix-like operating systems to list contents of a directory such as folders and file names. ### Usage