Skip to content

Commit 515d824

Browse files
committed
Misc. fixes
1 parent 3d214a8 commit 515d824

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

components/cache/adapters/redis_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
// ...

emoji.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ which you must first install in your application:
1212
.. include:: /components/require_autoload.rst.inc
1313

1414
The 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

1717
If you need to save disk space (e.g. because you deploy to some service with tight
1818
size constraints), run this command (e.g. as an automated script after ``composer install``)

reference/constraints/When.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Applies to :ref:`class <validation-class-target>`
99
or :ref:`property/method <validation-property-target>`
1010
Options - `expression`_
1111
- `constraints`_
12-
_ `otherwise`_
12+
- `otherwise`_
1313
- `groups`_
1414
- `payload`_
1515
- `values`_

security/access_token.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)