diff --git a/guide/english/bash/bash-man/index.md b/guide/english/bash/bash-man/index.md index c9d82a3295..1c505007dd 100644 --- a/guide/english/bash/bash-man/index.md +++ b/guide/english/bash/bash-man/index.md @@ -6,7 +6,7 @@ title: Bash Man Man, the abbreviation of **man**ual, is a bash command used to display on-line reference manuals of the given command. -Man displays the reletive man page (short for **man**ual **page**) of the given command. +Man displays the relative man page (short for **man**ual **page**) of the given command. ### Usage @@ -29,4 +29,4 @@ man ls #### More information: -* Wikipedia: https://en.wikipedia.org/wiki/Man_page \ No newline at end of file +* Wikipedia: https://en.wikipedia.org/wiki/Man_page