Spelling correction

This commit is contained in:
yubathom
2019-08-31 07:35:40 -03:00
parent a696c33bca
commit 19a57e8ecf

View File

@@ -532,7 +532,7 @@
} }
} }
}, },
setRouteQuerieState () { setRouteQueryState () {
const flat = key => this[key] !== '' ? `${key}=${this[key]}&` : '' const flat = key => this[key] !== '' ? `${key}=${this[key]}&` : ''
const deep = key => { const deep = key => {
const haveItems = [...this[key]].length const haveItems = [...this[key]].length
@@ -582,7 +582,7 @@
vm.bodyParams, vm.bodyParams,
vm.contentType vm.contentType
], val => { ], val => {
this.setRouteQuerieState() this.setRouteQueryState()
}) })
} }
} }