Skip to content

Commit 16de27d

Browse files
authored
Fix a small grammar mistake
There was a tiny grammar mistake that I fixed by switched the words around.
1 parent 2275894 commit 16de27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ label: {
377377
}
378378
```
379379
380-
...Although, 99.9% of the time `break` used is inside loops, as we've seen in the examples above.
380+
...Although, 99.9% of the time `break` is used inside loops, as we've seen in the examples above.
381381
382382
A `continue` is only possible from inside a loop.
383383
````

0 commit comments

Comments
 (0)