Merge pull request #18 from pedrocorreia/patch-1

Fixes minor typo on line 40
This commit is contained in:
James Burke
2014-04-16 10:22:41 -07:00
+1 -1
View File
@@ -37,7 +37,7 @@ The CommonJS module id properties quoted above are normally used for JavaScript
Relative module ID resolution examples:
* if module `"a/b/c"` asks for `"../d"`, that resolves to `"a/d"`
* if module `"a/b/c"` asks for `"./e"`, that resoles to `"a/b/e"`
* if module `"a/b/c"` asks for `"./e"`, that resolves to `"a/b/e"`
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.