From 0fa1644adf714ee61e696bd35c419efad52a11d5 Mon Sep 17 00:00:00 2001 From: babybuttons Date: Sun, 28 Oct 2018 22:33:48 -0700 Subject: [PATCH] Update index.md (#20442) --- guide/english/bash/bash-chmod/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/bash/bash-chmod/index.md b/guide/english/bash/bash-chmod/index.md index b66251d58e..9b460dcd58 100644 --- a/guide/english/bash/bash-chmod/index.md +++ b/guide/english/bash/bash-chmod/index.md @@ -4,7 +4,7 @@ title: Bash chmod ## Bash command: chmod -**Change the permissions of a File/Directory** ,for example `chmod u+x hello.py`.(Gives the user the permission to execute the file) +**Change the permissions of a File/Directory**, for example `chmod u+x hello.py`. (Gives the user the permission to execute the file) ### More Information: