From 9acfaaf1b7b43747a97e55b0ce01cae0526c0167 Mon Sep 17 00:00:00 2001 From: Homa Wong Date: Wed, 22 Aug 2018 13:48:30 -0700 Subject: [PATCH] fix typo --- lib/utils/spec-manager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/spec-manager.ts b/lib/utils/spec-manager.ts index 45137916..a8fe674a 100644 --- a/lib/utils/spec-manager.ts +++ b/lib/utils/spec-manager.ts @@ -68,7 +68,7 @@ export class SpecManager { init() { let urlParts = this.specUrl ? urlParse(urlResolve(window.location.href, this.specUrl)) : { protocol: window.location.protocol, - host: window.locatin.host + host: window.location.host }; let schemes = this._schema.schemes; let protocol;