Skip to content

Commit 4bbd84a

Browse files
committed
Fixed some typos
1 parent b13250d commit 4bbd84a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/framework.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ secret
6161
**type**: ``string`` **required**
6262

6363
This is a string that should be unique to your application and it's commonly used
64-
to add more entropy to security related operations. Its value should be series of
65-
characters, numbers and symbols choosen randomly. It's recommended length is
64+
to add more entropy to security related operations. Its value should be a series of
65+
characters, numbers and symbols chosen randomly. It's recommended length is
6666
around 32 characters.
6767

6868
In practice, Symfony uses this value for generating the :ref:`CSRF tokens <forms-csrf>`,
6969
for encrypting the cookies used in the :doc:`remember me functionality </cookbook/security/remember_me>`
7070
and for creating signed URIs when using :ref:`ESI (Edge Side Includes) <edge-side-includes>` .
7171

7272
This option becomes the service container parameter named ``kernel.secret``,
73-
which you can use whenever the application needs a immutable random string
73+
which you can use whenever the application needs an immutable random string
7474
to add more entropy.
7575

76-
As any other security-related parameter, is a good practice to change this
76+
As with any other security-related parameter, is a good practice to change this
7777
value from time to time. However, keep in mind that changing this value will
7878
invalidate all signed URIs and Remember Me cookies. That's why, after changing
7979
this value, you should regenerate the application cache, delete the HTTP Cache

0 commit comments

Comments
 (0)