We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b16acb + 7c22898 commit f36afdbCopy full SHA for f36afdb
1-js/02-first-steps/13-while-for/article.md
@@ -48,7 +48,7 @@ while (i) { // коли i буде 0, умова стане невірною, і
48
```
49
50
````smart header="Curly braces are not required for a single-line body"
51
-Якщо тіло цикла має один операцію, ми можемо опустити фігурні дужки `{…}`:
+Якщо тіло цикла має тільки одну операцію, ми можемо опустити фігурні дужки `{…}`:
52
53
```js run
54
let i = 3;
0 commit comments