Skip to content

Commit 737029d

Browse files
committed
typos fixed
1 parent 6bde72e commit 737029d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

book/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ document::
245245

246246
The ``server`` array is the raw values that you'd expect to normally
247247
find in the PHP `$_SERVER`_ superglobal. For example, to set the `Content-Type`,
248-
`Referer` and `X-Requested-With' HTTP headers, you'd pass the following (mind
248+
`Referer` and `X-Requested-With` HTTP headers, you'd pass the following (mind
249249
the `HTTP_` prefix for non standard headers)::
250250

251251
$client->request(

reference/constraints/Choice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ form element.
124124
}
125125
}
126126
127-
You can pass the name of this method to the `callback_` option of the ``Choice``
127+
You can pass the name of this method to the `callback`_ option of the ``Choice``
128128
constraint.
129129

130130
.. configuration-block::

0 commit comments

Comments
 (0)