diff --git a/src/content/docs/en/linux/shell.mdx b/src/content/docs/en/linux/shell.mdx index 9d0b418..46d80b9 100644 --- a/src/content/docs/en/linux/shell.mdx +++ b/src/content/docs/en/linux/shell.mdx @@ -59,7 +59,7 @@ The `ls` command, especially, has a lot of useful flags (i.e. execute `ls -a`, | `-r` | Sort output in reverse order. | | `-l` | List one file per line. Also display information about the files listed. | -The output of `ls -l` includes collums of information about each file in the following order: file type, permissions, number of symlinks, file owner, file size, date of last modification, and file name. +The output of `ls -l` includes columns of information about each file in the following order: file type, permissions, number of symlinks, file owner, file size, date of last modification, and file name. ``` total 4 drwxr-xr-x 2 bob bob 4096 Jan 1 13:00 dir