Skip to content

Commit cdc6283

Browse files
authored
Merge branch 'master' into actions-upgrade
2 parents f2c2cfa + e1eacbd commit cdc6283

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/fan-noise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Fan Speeds can be monitored with <u>psensor</u>, which can be installed from eit
2828

2929
Our [Open Firmware laptops](/articles/open-firmware-systems) have fan controls to swap between max or automatic thermal control. Use Fn+1 to toggle between the modes. (Your model will show support on the key section of their [tech-docs](https://tech-docs.system76.com)).
3030

31-
### Easy settings to effect fan noise
31+
### Easy settings to affect fan noise
3232

3333
Fan speed is based on thermal output of the system. There are some settings that will indirectly limit how much heat is created during use:
3434

content/flash-firmware-from-usb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Next, select the .img file use the `Choose Image` button.
6262

6363
![Popsicle Image](/images/pop-live-disk/popsicle-image-selection.png)
6464

65-
Now select the USB Flash Drive that you are coping the file(s) to.
65+
Now select the USB Flash Drive that you are copying the file(s) to.
6666

6767
![Popsicle Drive](/images/pop-live-disk/popsicle-drive-selection.png)
6868

content/terminal-basics.md

Lines changed: 1 addition & 1 deletion
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 `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.
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 ..`. To return to your home directory from any location in the filesystem, 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)