Skip to content

Commit 9a26eb0

Browse files
authored
Merge pull request #3293 from joaquinelio/patch-19
small format change
2 parents 3f305f5 + e75f655 commit 9a26eb0

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

+1-1
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)