Skip to content

Commit

Permalink
[Docs] Fix minor inconsistency/typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codeclown authored and ljharb committed Dec 23, 2016
1 parent 839b1f2 commit 657f8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -261,7 +261,7 @@ qs.stringify({ a: ['b', 'c', 'd'] }, { indices: false });
// 'a=b&a=c&a=d'
```

You may use the `arrayFormat` option to specify the format of the output array
You may use the `arrayFormat` option to specify the format of the output array:

```javascript
qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'indices' })
Expand Down

0 comments on commit 657f8df

Please sign in to comment.