diff --git a/guide/english/linux/the-anatomy-of-the-linux-command-line/index.md b/guide/english/linux/the-anatomy-of-the-linux-command-line/index.md index bbd30b6dd2..f8ed0d2570 100644 --- a/guide/english/linux/the-anatomy-of-the-linux-command-line/index.md +++ b/guide/english/linux/the-anatomy-of-the-linux-command-line/index.md @@ -24,7 +24,7 @@ user_name@machine_name:~$ You can see a command line ending with a blinking shell prompt, signifying the shell is ready to receive commands from the user. -* The “user_name” represnts the login name. +* The “user_name” represents the login name. * The “machine_name” (also known as the domain name) is the name assigned to the computer(or server) and it is usually set during installation. Sometimes it could also be represented by an IP address.