diff --git a/docs/api.md b/docs/api.md index 33693104..0d85095d 100644 --- a/docs/api.md +++ b/docs/api.md @@ -32,7 +32,7 @@ Declaration function for defining modules of the `System.register` polyfill modu _Note: Named System.register is not supported, only anonymous definitions._ -#### System.resolve(id [, parentURL]) -> Promise(string) +#### System.resolve(id [, parentURL]) -> string Type: `Function` Resolves a module specifier relative to an optional parent URL, returning the resolved URL.