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 532979e commit cb3322cCopy full SHA for cb3322c
components/http_foundation.rst
@@ -272,7 +272,7 @@ this complexity and defines some methods for the most common tasks::
272
HeaderUtils::unquote('"foo \"bar\""');
273
// => 'foo "bar"'
274
275
- // Parses a query string but maitains dots (PHP parse_str() replaces '.' by '_')
+ // Parses a query string but maintains dots (PHP parse_str() replaces '.' by '_')
276
HeaderUtils::parseQuery('foo[bar.baz]=qux');
277
// => ['foo' => ['bar.baz' => 'qux']]
278
0 commit comments