File tree Expand file tree Collapse file tree
components/cache/adapters Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ Available Options
262262
263263``relay_cluster_context `` (type: ``array ``, default: ``[] ``)
264264 Defines configuration options specific to ``\Relay\Cluster ``. For example, to
265- user a self-signed certificate for testing in local environment::
265+ use a self-signed certificate for testing in local environment::
266266
267267 $options = [
268268 // ...
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ which you must first install in your application:
1212 .. include :: /components/require_autoload.rst.inc
1313
1414The data needed to store the transliteration of all emojis (~5,000) into all
15- languages take a considerable disk space.
15+ languages takes up considerable disk space.
1616
1717If you need to save disk space (e.g. because you deploy to some service with tight
1818size constraints), run this command (e.g. as an automated script after ``composer install ``)
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Applies to :ref:`class <validation-class-target>`
99 or :ref: `property/method <validation-property-target >`
1010Options - `expression `_
1111 - `constraints `_
12- _ `otherwise `_
12+ - `otherwise `_
1313 - `groups `_
1414 - `payload `_
1515 - `values `_
Original file line number Diff line number Diff line change @@ -858,8 +858,8 @@ specify the service name via the ``http_client`` option:
858858 ],
859859 ]);
860860
861- By default the token handler will read the validation URL XML response with
862- ``cas `` prefix but you can configure another prefix:
861+ By default the token handler will read the validation URL XML response with a
862+ ``cas `` prefix but you can configure another prefix:
863863
864864.. configuration-block ::
865865
You can’t perform that action at this time.
0 commit comments