Skip to content

Commit 34a2936

Browse files
committed
Add comma
1 parent 1a5ee6b commit 34a2936

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
@@ -66,7 +66,7 @@ <h1>Basic Terminal Tutorial</h1>
6666
<dd>Displays all aliases (keyboard shortcuts), usually in a file called <code>.bash_aliases</code>, assigned to commands. <strong>Note</strong>: To run the default version of any command to which an alias has been assigned, precede it with a backslash (<code>\</code>). For example, <kbd>\rm</kbd> would bypass my alias of <code>'rm -i'</code>.</dd>
6767

6868
<dt><kbd>code</kbd></dt>
69-
<dd>Launches VS Code, assuming the shell commands have been installed. Typing <kbd>code .</kbd> opens the current folder in VS Code and typing <kbd>code FILE</kbd> opens <code>FILE</code> in VS Code.</dd>
69+
<dd>Launches VS Code, assuming the shell commands have been installed. Typing <kbd>code .</kbd> opens the current folder in VS Code, and typing <kbd>code FILE</kbd> opens <code>FILE</code> in VS Code.</dd>
7070

7171
<dt><kbd>cat FILE</kbd></dt>
7272
<dd>Displays the contents of <code>FILE</code>, then returns control to The Terminal.</dd>

0 commit comments

Comments
 (0)