Skip to content

Commit 6b37db5

Browse files
committed
Merge pull request GitbookIO#28 from Em-AK/patch-1
Small typo
2 parents 3b83adb + ae167f0 commit 6b37db5

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)