Skip to content

Commit 52e30de

Browse files
Update How-Do-We-Interact-With-Computers.html
Signed-off-by: Glowing Jellyfish Studio <digitaldarkness2024@outlook.com>
1 parent fe3a22b commit 52e30de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

How-Do-We-Interact-With-Computers.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ <h2>Troubleshooting</h2>
4242
<p><mark>Debugging</mark> is finding and correcting "bugs", or errors, within a program. Debugging is a specific form of troubleshooting that is used when programming. Bugs may be caused by typos or by not following the rules or format of the programming language.</p>
4343
<br>
4444
<h2>Troubleshooting Strategies</h2>
45-
<p>Troubleshooters use some of these strategies to hrlp them find and fix problems.</p>
45+
<p>Troubleshooters use some of these strategies to hrlp them find and fix problems:</p>
46+
<ul>
47+
<li>Swapping in working parts from other computers</li>
48+
</ul>
4649
<button class="right-button" onclick="window.location.href='https://glowingjellyfishstudio.github.io/Computing-Systems/What-Is-A-Computer-Quiz'">Continue</button>
4750
</div>
4851
<script type="module">

0 commit comments

Comments
 (0)