Skip to content

Commit 841a281

Browse files
Trottcodebytere
authored andcommitted
doc: fix typo in debugger.md
Use apostrophe for possessive. PR-URL: #36066 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
1 parent 5729478 commit 841a281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/debugger.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To begin watching an expression, type `watch('my_expression')`. The command
115115
* `setBreakpoint()`, `sb()`: Set breakpoint on current line
116116
* `setBreakpoint(line)`, `sb(line)`: Set breakpoint on specific line
117117
* `setBreakpoint('fn()')`, `sb(...)`: Set breakpoint on a first statement in
118-
functions body
118+
function's body
119119
* `setBreakpoint('script.js', 1)`, `sb(...)`: Set breakpoint on first line of
120120
`script.js`
121121
* `setBreakpoint('script.js', 1, 'num < 4')`, `sb(...)`: Set conditional

0 commit comments

Comments
 (0)