Skip to content

Commit 2e23a9e

Browse files
committed
remove typo
1 parent 1af8156 commit 2e23a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe('query-stringifier', function () {
4545
expect(parsed).to.have.property('foo', 'bar');
4646
expect(parsed).to.have.property('thing', 'thung');
4747
});
48-
it('converts an query string with arraeys', function () {
48+
it('converts an query string with arrays', function () {
4949
var parsed = qs.parse('&arr[]=1&arr[]=2&arr[]=3');
5050

5151
expect(parsed).to.be.an('object');

0 commit comments

Comments
 (0)