We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 185244a + 214b4c2 commit 376e537Copy full SHA for 376e537
conditional/else.md
@@ -12,7 +12,7 @@ if(country === 'England'){
12
}
13
```
14
15
-The `else` clause can be join with another `if`, lets remake the example from the previous article:
+The `else` clause can be joined with another `if`. Lets remake the example from the previous article:
16
17
```javascript
18
if(country === 'England') {
0 commit comments