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 1af8156 commit 2e23a9eCopy full SHA for 2e23a9e
test.js
@@ -45,7 +45,7 @@ describe('query-stringifier', function () {
45
expect(parsed).to.have.property('foo', 'bar');
46
expect(parsed).to.have.property('thing', 'thung');
47
});
48
- it('converts an query string with arraeys', function () {
+ it('converts an query string with arrays', function () {
49
var parsed = qs.parse('&arr[]=1&arr[]=2&arr[]=3');
50
51
expect(parsed).to.be.an('object');
0 commit comments