diff --git a/src/pages/bash/index.md b/src/pages/bash/index.md
index 9e442a7efbb..81c8ef03218 100644
--- a/src/pages/bash/index.md
+++ b/src/pages/bash/index.md
@@ -4,7 +4,7 @@ title: Bash
## What is Bash?
-Bash (short for Bourne Again SHell) is a Unix shell, and a command language interpreter. A shell is simply a macro processor that executes commands. It's the most widely used shell packaged by default for most Linux distributions, and a successor for the Korn shell (ksh) and the C shell (csh).
+Bash (short for Bourne Again Shell) is a Unix shell, and a command language interpreter. A shell is simply a macro processor that executes commands. It's the most widely used shell packaged by default for most Linux distributions, and a successor for the Korn shell (ksh) and the C shell (csh).
Many things that can be done Linux operating system can be done via command line. Some examples are...
* Editing files