Skip to content

Commit

Permalink
[bash/en-us]Fix spelling (#2654)
Browse files Browse the repository at this point in the history
* Fix spelling

* Remove the contributor tag
  • Loading branch information
Rholais authored and vendethiel committed Feb 12, 2017
1 parent 88531df commit 303de42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 303de42

Please sign in to comment.