Skip to content

Commit 171493e

Browse files
authored
Merge pull request #7713 from Cecil0o0/Cecil0o0-patch-2
fix: little typo
2 parents cce2314 + e205d06 commit 171493e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/editor/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ If a debugger does not support conditional breakpoints, the **Add Conditional Br
349349

350350
### Triggered breakpoints
351351

352-
A trigged breakpoint is a breakpoint that is automatically enabled once another breakpoint is hit. They can be very useful when diagnosing failure cases in code that happen only after a certain precondition.
352+
A triggered breakpoint is a breakpoint that is automatically enabled once another breakpoint is hit. They can be very useful when diagnosing failure cases in code that happen only after a certain precondition.
353353

354354
Triggered breakpoints can be set by right-clicking on the glyph margin, selecting **Add Triggered Breakpoint**, and then choosing which other breakpoint enables the breakpoint.
355355

0 commit comments

Comments
 (0)