Skip to content

Commit dcf8783

Browse files
committed
Fixes minor typo on line 40
"resoles" should be "resolves"
1 parent 8180d01 commit dcf8783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AMD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The CommonJS module id properties quoted above are normally used for JavaScript
3737
Relative module ID resolution examples:
3838
3939
* if module `"a/b/c"` asks for `"../d"`, that resolves to `"a/d"`
40-
* if module `"a/b/c"` asks for `"./e"`, that resoles to `"a/b/e"`
40+
* if module `"a/b/c"` asks for `"./e"`, that resolves to `"a/b/e"`
4141
4242
If [Loader Plugins](https://github.com/amdjs/amdjs-api/blob/master/LoaderPlugins.md) are supported in the AMD implementation, then "!" is used to separate the loader plugin's module id from the plugin's resource id. Since plugin resource ids can be extremely free-form, most characters should be allowed for plugin resource ids.
4343

0 commit comments

Comments
 (0)