Skip to content

Commit e314923

Browse files
committed
minor #8965 Fixed a typo (javiereguiluz)
This PR was merged into the 3.4 branch. Discussion ---------- Fixed a typo Commits ------- b163adc Fixed a typo
2 parents 63d3090 + b163adc commit e314923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

security/acl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to Use Access Control Lists (ACLs)
66

77
.. versionadded:: 3.4
88
ACL support was deprecated in Symfony 3.4 and will be removed in 4.0. Install
9-
the `Symfony ACL bundle`_ if you wan to keep using ACL.
9+
the `Symfony ACL bundle`_ if you want to keep using ACL.
1010

1111
In complex applications, you will often face the problem that access decisions
1212
cannot only be based on the person (``Token``) who is requesting access, but

security/acl_advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to Use advanced ACL Concepts
66

77
.. versionadded:: 3.4
88
ACL support was deprecated in Symfony 3.4 and will be removed in 4.0. Install
9-
the `Symfony ACL bundle`_ if you wan to keep using ACL.
9+
the `Symfony ACL bundle`_ if you want to keep using ACL.
1010

1111
The aim of this article is to give a more in-depth view of the ACL system, and
1212
also explain some of the design decisions behind it.

0 commit comments

Comments
 (0)