Skip to content

Commit 7c22898

Browse files
authored
Update article.md
i have changed word in tocorrect form of ukrainian
1 parent 0b16acb commit 7c22898

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
@@ -48,7 +48,7 @@ while (i) { // коли i буде 0, умова стане невірною, і
4848
```
4949

5050
````smart header="Curly braces are not required for a single-line body"
51-
Якщо тіло цикла має один операцію, ми можемо опустити фігурні дужки `{…}`:
51+
Якщо тіло цикла має тільки одну операцію, ми можемо опустити фігурні дужки `{…}`:
5252
5353
```js run
5454
let i = 3;

0 commit comments

Comments
 (0)