Skip to content

Commit 1c424b2

Browse files
committed
Merge pull request GitbookIO#53 from lborgav/patch-1
Correcting a typo
2 parents 092120d + 8860f93 commit 1c424b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objects/global_footprint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ var myCounter = {
1313
}
1414
}
1515
```
16-
> ***Note:*** this technique is often used with clusures, to make the internal state immutable from the outside.
16+
> ***Note:*** this technique is often used with closures, to make the internal state immutable from the outside.
1717
1818
The module now takes only one variable name — `myCounter`. If any other module on the page makes use of such names like `number` or `isGreaterThanTen` then it's perfectly safe, because we will not override each others values;

0 commit comments

Comments
 (0)