fix: misc. spelling errors (#4421)

This commit is contained in:
Ville Skyttä
2018-04-10 01:58:52 +03:00
committed by kyle
parent a0b659a96e
commit 14473dd51d
7 changed files with 10 additions and 10 deletions

View File

@@ -28,7 +28,7 @@ describe("oauth2", function () {
expect(win.open.calls[0].arguments[0]).toMatch("https://testAuthorizationUrl?response_type=code&redirect_uri=&state=")
})
it("should append query paramters to authorizeUrl with query parameters", function() {
it("should append query parameters to authorizeUrl with query parameters", function() {
win.open = createSpy()
mockSchema.authorizationUrl = "https://testAuthorizationUrl?param=1"
oauth2Authorize(authConfig)