Skip to content

Commit fcb7b34

Browse files
committed
Clear up the explanation of how the history command works
1 parent b9f864a commit fcb7b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/the-terminal/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ <h1>Basic Terminal Tutorial</h1>
8484
<dd>Shows the first 10 lines of <code>FILE.html</code></dd>
8585

8686
<dt><kbd>history</kbd></dt>
87-
<dd>Displays a history of all the typed commands into The Terminal.</dd>
87+
<dd>Displays a history of all the commands typed into The Terminal.</dd>
8888

8989
<dt><kbd>ls</kbd></dt>
9090
<dd>Displays the files and folders in the current directory, excluding those that start with a dot. Typing <kbd>ls -a</kbd> lists all files and folders that start with and without a dot. And, typing <kbd>ls -d .*</kbd> lists only files and folders that start with a dot.</dd>

0 commit comments

Comments
 (0)