Skip to content

Commit 214b4c2

Browse files
committed
Fixed tense of 'join.'
The incorrect tense was used. Corrected.
1 parent 78fb5f2 commit 214b4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional/else.md

Lines changed: 1 addition & 1 deletion
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 joined with another `if`. Lets remake the example from the previous article:
1616

1717
```javascript
1818
if(country === 'England') {

0 commit comments

Comments
 (0)