Skip to content

Fixed a typo #8965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 3, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion security/acl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How to Use Access Control Lists (ACLs)

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

In complex applications, you will often face the problem that access decisions
cannot only be based on the person (``Token``) who is requesting access, but
Expand Down
2 changes: 1 addition & 1 deletion security/acl_advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ How to Use advanced ACL Concepts

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

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