Skip to content

Commit 78fb5f2

Browse files
committed
Fixed incomplete sentence.
Modified the second paragraph by fixing an incomplete sentence.
1 parent 5fa3d51 commit 78fb5f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conditional/else.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(country === 'England'){
1212
}
1313
```
1414

15-
The `else` clause can be join with another `if`, lets remake the example from the previous article:
15+
The `else` clause can be join with another `if`. Lets remake the example from the previous article:
1616

1717
```javascript
1818
if(country === 'England') {
@@ -53,4 +53,4 @@ if (name === "John") {
5353
assert(name === "Aaron");
5454
```
5555

56-
---
56+
---

0 commit comments

Comments
 (0)