[bash/en-us]Fix spelling (#2654)

* Fix spelling

* Remove the contributor tag
This commit is contained in:
Rholais Lii 2017-02-12 23:06:21 +08:00 committed by ven
parent 88531dfd4d
commit 303de42a2c

View File

@ -156,7 +156,7 @@ ls
# These commands have options that control their execution:
ls -l # Lists every file and directory on a separate line
ls -t # Sort the directory contents by last-modified date (descending)
ls -t # Sorts the directory contents by last-modified date (descending)
ls -R # Recursively `ls` this directory and all of its subdirectories
# Results of the previous command can be passed to the next command as input.