Skip to content

Commit ae167f0

Browse files
committed
Small typo
Note: toi tu viens du sud pour être aussi optimiste sur la météo!
1 parent 3b83adb commit ae167f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conditional/if.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var message = 'this is ' + country + ', the weather is ' +
3131
'currency is ' + currency;
3232
```
3333

34-
**Node:** Conditions can also be nested.
34+
**Note:** Conditions can also be nested.
3535

3636
---
3737

@@ -57,4 +57,4 @@ if (name === "John") {
5757
assert(name === "John");
5858
```
5959

60-
---
60+
---

0 commit comments

Comments
 (0)