mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-07 21:54:53 +03:00
fix typo
This commit is contained in:
parent
beed140297
commit
9acfaaf1b7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user