We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 371738c commit 349038fCopy full SHA for 349038f
security/voters.rst
@@ -197,7 +197,7 @@ To recap, here's what's expected from the two abstract methods:
197
object). Your job is to determine if your voter should vote on the attribute/subject
198
combination. If you return true, ``voteOnAttribute()`` will be called. Otherwise,
199
your voter is done: some other voter should process this. In this example, you
200
- return ``true`` if the attribue is ``view`` or ``edit`` and if the object is
+ return ``true`` if the attribute is ``view`` or ``edit`` and if the object is
201
a ``Post`` instance.
202
203
``voteOnAttribute($attribute, $subject, TokenInterface $token)``
0 commit comments