mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 06:04:56 +03:00
fix typo
This commit is contained in:
parent
beed140297
commit
9acfaaf1b7
|
@ -68,7 +68,7 @@ export class SpecManager {
|
||||||
init() {
|
init() {
|
||||||
let urlParts = this.specUrl ? urlParse(urlResolve(window.location.href, this.specUrl)) : {
|
let urlParts = this.specUrl ? urlParse(urlResolve(window.location.href, this.specUrl)) : {
|
||||||
protocol: window.location.protocol,
|
protocol: window.location.protocol,
|
||||||
host: window.locatin.host
|
host: window.location.host
|
||||||
};
|
};
|
||||||
let schemes = this._schema.schemes;
|
let schemes = this._schema.schemes;
|
||||||
let protocol;
|
let protocol;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user