Skip to content

Commit 4f1a934

Browse files
committed
Updated tutorial content
1 parent 8a1416f commit 4f1a934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/02.microcontrollers/04.debugging/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Debugging is a necessary step for developing robust and reliable embedded system
410410
* **Localization**: this phase involves narrowing the range of possibilities until the bug can be isolated to a specific code segment in the embedded software.
411411
* **Correction**: this phase involves eradicating the bug from the software.
412412

413-
Knowing the potential causes of bugs, allows us to adopt strategies that can minimize their occurence.
413+
Knowing the potential causes of bugs, allows us to adopt strategies that can minimize their occurrence.
414414

415415
## Further Reading and Resources
416416

0 commit comments

Comments
 (0)