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;