From ba35e4e1c4fa2eb02710db4251c62384e7c01297 Mon Sep 17 00:00:00 2001 From: Akshay Ithape Date: Sat, 8 May 2021 19:28:14 +0530 Subject: [PATCH] Fixed the typo --- docs/02-Working-With-Shell-Part-I/01-Introduction-to-Shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02-Working-With-Shell-Part-I/01-Introduction-to-Shell.md b/docs/02-Working-With-Shell-Part-I/01-Introduction-to-Shell.md index cb6b17a..f8b75ad 100644 --- a/docs/02-Working-With-Shell-Part-I/01-Introduction-to-Shell.md +++ b/docs/02-Working-With-Shell-Part-I/01-Introduction-to-Shell.md @@ -14,7 +14,7 @@ In this section, we will take a look at linux shell in detail. ![Shell](../../images/Shell.PNG) - This command line interface (CLI) will enable you to effectively work on linux laptop/server/virtual machine. -- While the graphical version may see more appealing to the users but can be limited in case of functionality. These is where the Linux command line ccommonly known as **`Linux Shell`** shines. +- While the graphical version may see more appealing to the users but can be limited in case of functionality. These is where the Linux command line commonly known as **`Linux Shell`** shines. #### What is a shell?