Skip to content

Commit b569b57

Browse files
committed
Typo fixes
1 parent ce6c20e commit b569b57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

amdWeb.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
// If you want to support other stricter CommonJS environments,
55
// or if you need to create a circular dependency, see commonJsStrict.js
66

7-
// Defines a module "amdWeb" that depends another module called "b".
7+
// Defines a module "amdWeb" that depends on another module called "b".
88
// Note that the name of the module is implied by the file name. It is best
99
// if the file name and the exported global have matching names.
1010

1111
// If the 'b' module also uses this type of boilerplate, then
1212
// in the browser, it will create a global .b that is used below.
1313

1414
// If you do not want to support the browser global path, then you
15-
// can remove the `root` use and the passing `this` as the first arg to
15+
// can remove the `root` use and the passing of `this` as the first arg to
1616
// the top function.
1717

1818
(function (root, factory) {

0 commit comments

Comments
 (0)