From dcf8783fbc163de1d20f5ea28c37767aefec57c4 Mon Sep 17 00:00:00 2001 From: Pedro Correia Date: Wed, 16 Apr 2014 17:26:54 +0100 Subject: [PATCH] Fixes minor typo on line 40 "resoles" should be "resolves" --- AMD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMD.md b/AMD.md index 1e81f06..770b1e8 100644 --- a/AMD.md +++ b/AMD.md @@ -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.