Skip to content

Commit f828f10

Browse files
committed
corrected typo for objects/global footprint
1 parent d9fb661 commit f828f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

objects/global_footprint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Global footprint
2-
If you are developing an module, which might be running on a web page, which also runs other mudules, then you must beware the variable name overlapping.
2+
If you are developing a module, which might be running on a web page, which also runs other modules, then you must beware the variable name overlapping.
33

44
Suppose we are developing a counter module:
55
```js

0 commit comments

Comments
 (0)