From 7363776079192f25b50631825c97ab1c49363a11 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Mon, 17 Jul 2017 13:35:26 -0700 Subject: [PATCH] parseSeach -> parseSearch --- src/core/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/utils.js b/src/core/utils.js index 5ba837c6..95771fb4 100644 --- a/src/core/utils.js +++ b/src/core/utils.js @@ -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