Skip to content

Commit 376e537

Browse files
committed
Merge pull request GitbookIO#34 from hasselg/else_sentence_fix
Fixed incomplete sentence.
2 parents 185244a + 214b4c2 commit 376e537

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)