Skip to content

Commit e9053c0

Browse files
inoryyweaverryan
authored andcommitted
fix problems pointed out by @javiereguiluz and @cordoval
1 parent 968cb65 commit e9053c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/security/abstract_voter.rst.inc

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ which has this structure:
1818
.. include:: /cookbook/security/voter_interface.rst.inc
1919

2020
The basic functionality covering common use cases is provided
21-
and end developer is expected to implement the abstract methods.
21+
and developer is expected to implement the abstract methods.
2222

2323
The :method:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\AbstractVoter::getSupportedClasses`
2424
method is used to provide an array of supported classes, i.e. ['\Acme\DemoBundle\Model\Product']
@@ -28,4 +28,4 @@ method is used to provide an array of supported attributes, i.e. ['CREATE', 'REA
2828

2929
The :method:`Symfony\\Component\\Security\\Core\\Authorization\\Voter\\AbstractVoter::isGranted`
3030
method must implement the business logic that verifies whether or not a given
31-
user is allowed a given attribute on a given object. This method must return a boolean.
31+
user is allowed access to a given attribute on a given object. This method must return a boolean.

0 commit comments

Comments
 (0)