Skip to content

Commit e75f655

Browse files
authored
small format change
1 parent 1ce5644 commit e75f655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/10-ifelse/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (cond) {
6868

6969
## The "else" clause
7070

71-
The `if` statement may contain an optional "else" block. It executes when the condition is falsy.
71+
The `if` statement may contain an optional `else` block. It executes when the condition is falsy.
7272

7373
For example:
7474
```js run

0 commit comments

Comments
 (0)