From 4d8b2ed063b194fc5df52afc8050f2f0c9ed9274 Mon Sep 17 00:00:00 2001 From: Jared Scott Date: Mon, 11 Feb 2019 20:20:55 -0500 Subject: [PATCH] fixed typo on bash-ls - removed master (#28387) I fixed a typo where the usage showed cat rather than ls. I removed a reference to *master on someones command line example that included a fancy shell hook that shows which git branch you are in (most people won't have that). --- 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 0066e0e1b0..273b4369d2 100644 --- a/guide/english/bash/bash-ls/index.md +++ b/guide/english/bash/bash-ls/index.md @@ -32,7 +32,7 @@ Most used options: List files in `freeCodeCamp/guide/` ```bash -ls ⚬ master +ls CODE_OF_CONDUCT.md bin package.json utils CONTRIBUTING.md gatsby-browser.js plugins yarn.lock LICENSE.md gatsby-config.js src