Skip to content

Commit 92ecac7

Browse files
committed
putting terminal code back to defaults while we wait for a fix from web (terminal article)
1 parent 2b76ccb commit 92ecac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/terminal-basics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Cursor | A visual indicator of the user's current position in the <u>Terminal</u
4444

4545
As you change folders and move throughout your computer, the prompt will change in response. In many cases, you won't need to move around to run a command.
4646

47-
To list all files and folders in the current directory, type <code>ls</code> To change directories (folders), type `cd [directory name]`. To go back up a directory type `cd ..`. At any time, you can press the Tab key to have the <u>Terminal</u> guess the completion for your entry, or twice to show all possibilities.
47+
To list all files and folders in the current directory, type `ls` To change directories (folders), type `cd [directory name]`. To go back up a directory type `cd ..`. At any time, you can press the Tab key to have the <u>Terminal</u> guess the completion for your entry, or twice to show all possibilities.
4848

4949
![Moving around](/images/terminal/moving-around.png)
5050

0 commit comments

Comments
 (0)