Skip to content

Commit cb3322c

Browse files
Update components/http_foundation.rst
Co-authored-by: Antoine Makdessi <antoine.makdessi@agriconomie.com>
1 parent 532979e commit cb3322c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ this complexity and defines some methods for the most common tasks::
272272
HeaderUtils::unquote('"foo \"bar\""');
273273
// => 'foo "bar"'
274274

275-
// Parses a query string but maitains dots (PHP parse_str() replaces '.' by '_')
275+
// Parses a query string but maintains dots (PHP parse_str() replaces '.' by '_')
276276
HeaderUtils::parseQuery('foo[bar.baz]=qux');
277277
// => ['foo' => ['bar.baz' => 'qux']]
278278

0 commit comments

Comments
 (0)