From 16b53fbe2106d6ecfefbf6bb14ff668e699f0bb1 Mon Sep 17 00:00:00 2001 From: Joel Denning Date: Sat, 12 Oct 2019 17:52:06 -0600 Subject: [PATCH] Docs: synchronus resolve (#2050) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.