From e9897002ab7876482a5525e8b5ebba96eff433a1 Mon Sep 17 00:00:00 2001
From: Rogel Horlador <30552564+rogelhorlador@users.noreply.github.com>
Date: Mon, 5 Nov 2018 05:41:46 +0800
Subject: [PATCH] Typographical error (#21884)
"represnts" --> "represents"
---
.../linux/the-anatomy-of-the-linux-command-line/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.