Skip to content

Commit 47aeb95

Browse files
pborreliweaverryan
authored andcommitted
Fixed typos
1 parent 3e6be25 commit 47aeb95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cookbook/security/entity_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ The code below shows the implementation of the
476476
477477
To finish the implementation, the configuration of the security layer must be
478478
changed to tell Symfony to use the new custom entity provider instead of the
479-
generic Doctrine entity provider. It's trival to achieve by removing the
479+
generic Doctrine entity provider. It's trivial to achieve by removing the
480480
``property`` field in the ``security.providers.administrators.entity`` section
481481
of the ``security.yml`` file.
482482

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ cookie_httponly
196196

197197
**type**: ``Boolean`` **default**: ``false``
198198

199-
This determines whether cookies should only accesible through the HTTP protocol.
200-
This means that the cookie won't be accesible by scripting languages, such
199+
This determines whether cookies should only accessible through the HTTP protocol.
200+
This means that the cookie won't be accessible by scripting languages, such
201201
as JavaScript. This setting can effectively help to reduce identity theft
202202
through XSS attacks.
203203

0 commit comments

Comments
 (0)