parseSeach -> parseSearch

This commit is contained in:
Will Marshall
2017-07-17 13:35:26 -07:00
committed by GitHub
parent 9ec121d98b
commit 7363776079

View File

@@ -546,7 +546,7 @@ export const getSampleSchema = (schema, contentType="", config={}) => {
return JSON.stringify(memoizedSampleFromSchema(schema, config), null, 2)
}
export const parseSeach = () => {
export const parseSearch = () => {
let map = {}
let search = window.location.search