8000 minor #15882 [docs] typofixes (nexxai) · symfony/symfony-docs@0c5c684 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0c5c684

Browse files
committed
minor #15882 [docs] typofixes (nexxai)
This PR was merged into the 5.4 branch. Discussion ---------- [docs] typofixes Cleanup of typos in the documentation Commits ------- 054af38 [docs] typofixes
2 parents edbe521 + 054af38 commit 0c5c684

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

components/cache/adapters/couchbasebucket_adapter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. index::
22
single: Cache Pool
3-
single: Couchabase Cache
3+
single: Couchbase Cache
44

55
.. _couchbase-adapter:
66

@@ -60,7 +60,7 @@ helper method allows creating and configuring a `Couchbase Bucket`_ class instan
6060
'couchbase://localhost'
6161
// the DSN can include config options (pass them as a query string):
6262
// 'couchbase://localhost:11210?operationTimeout=10'
63-
// 'couchbase://localhost:11210?operationTimeout=10&configTimout=20'
63+
// 'couchbase://localhost:11210?operationTimeout=10&configTimeout=20'
6464
);
6565

6666
// pass an array of DSN strings to register multiple servers with the client

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ Option Description D
996996
and ``$options = ['csv_headers' => ['a', 'b', 'c']]``
997997
then ``serialize($data, 'csv', $options)`` returns
998998
``a,b,c\n1,2,3`` ``[]``, inferred from input data's keys
999-
``csv_escape_formulas`` Escapes fields containg formulas by prepending them ``false``
999+
``csv_escape_formulas`` Escapes fields containing formulas by prepending them ``false``
10001000
with a ``\t`` character
10011001
``as_collection`` Always returns results as a collection, even if only ``true``
10021002
one line is decoded.

reference/configuration/security.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Using the Sodium Password Hasher
374374
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
375375

376376
It uses the `Argon2 key derivation function`_. Argon2 support was introduced
377-
in PHP 7.2 by bundeling the `libsodium`_ extension.
377+
in PHP 7.2 by bundling the `libsodium`_ extension.
378378

379379
The hashed passwords are ``96`` characters long, but due to the hashing
380380
requirements saved in the resulting hash this may change in the future, so make

session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Check out the Symfony config reference to learn more about the other available
131131
Basic Usage
132132
-----------
133133

134-
The sessions is available througth the Request and the RequestStack.
134+
The sessions is available through the Request and the RequestStack.
135135
Symfony provides a request_stack service that is injected in your services and
136136
controllers if you type-hint an argument with
137137
:class:`Symfony\\Component\\HttpFoundation\\RequestStack`::

0 commit comments

Comments
 (0)
0