We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7363776 commit 1d9e71fCopy full SHA for 1d9e71f
src/core/index.js
@@ -4,7 +4,7 @@ import System from "core/system"
4
import win from "core/window"
5
import ApisPreset from "core/presets/apis"
6
import * as AllPlugins from "core/plugins/all"
7
-import { parseSeach, filterConfigs } from "core/utils"
+import { parseSearch, filterConfigs } from "core/utils"
8
9
const CONFIGS = [
10
"url",
@@ -83,7 +83,7 @@ module.exports = function SwaggerUI(opts) {
83
store: { },
84
}
85
86
- let queryConfig = parseSeach()
+ let queryConfig = parseSearch()
87
88
const constructorConfig = deepExtend({}, defaults, opts, queryConfig)
89
0 commit comments