Skip to content

Commit 0761628

Browse files
authored
Typo
1 parent f90111c commit 0761628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/12-while-for/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,4 +387,4 @@ To make an "infinite" loop, usually the `while(true)` construct is used. Such a
387387

388388
If we don't want to do anything on the current iteration and would like to forward to the next one, the `continue` directive does it.
389389

390-
`Break/continue` support labels before the loop. A label is the only way for `break/continue` to escape the nesting and go to the outer loop.
390+
`break/continue` support labels before the loop. A label is the only way for `break/continue` to escape the nesting and go to the outer loop.

0 commit comments

Comments
 (0)