Skip to content

Commit 38278db

Browse files
vsemozhetbytevanlucas
authored andcommitted
doc: unify spaces in a querystring.md code example
PR-URL: #12465 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]>
1 parent e919941 commit 38278db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/querystring.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For example:
108108
querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' })
109109
// returns 'foo=bar&baz=qux&baz=quux&corge='
110110

111-
querystring.stringify({foo: 'bar', baz: 'qux'}, ';', ':')
111+
querystring.stringify({ foo: 'bar', baz: 'qux' }, ';', ':')
112112
// returns 'foo:bar;baz:qux'
113113
```
114114

0 commit comments

Comments
 (0)