Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 922fe11

Browse files
committed
Revert dialect change per review
1 parent 464a754 commit 922fe11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/standard-filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ To set types after instantiation, use the `setType()` method.
238238

239239
### Localized Booleans
240240

241-
As mentioned previously, `Zend\Filter\Boolean` can also recognize localized "yes" and "no" strings.
241+
As mentioned previously, `Zend\Filter\Boolean` can also recognise localized "yes" and "no" strings.
242242
This means that you can ask your customer in a form for "yes" or "no" within his native language and
243243
`Zend\Filter\Boolean` will convert the response to the appropriate boolean value.
244244

@@ -265,7 +265,7 @@ $result = $filter->filter('yes');
265265

266266
### Disable Casting
267267

268-
Sometimes it is necessary to recognize only `TRUE` or `FALSE` and return all
268+
Sometimes it is necessary to recognise only `TRUE` or `FALSE` and return all
269269
other values without changes. `Zend\Filter\Boolean` allows you to do this by
270270
setting the `casting` option to `FALSE`.
271271

0 commit comments

Comments
 (0)