Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 47aeb95

Browse filesBrowse files
pborreliweaverryan
authored andcommitted
Fixed typos
1 parent 3e6be25 commit 47aeb95
Copy full SHA for 47aeb95

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎cookbook/security/entity_provider.rst

Copy file name to clipboardExpand all lines: cookbook/security/entity_provider.rst
+1-1Lines 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

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.