Skip to content

Commit 349038f

Browse files
javiereguiluzxabbuh
authored andcommitted
Fixed some typos
1 parent 371738c commit 349038f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/voters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ To recap, here's what's expected from the two abstract methods:
197197
object). Your job is to determine if your voter should vote on the attribute/subject
198198
combination. If you return true, ``voteOnAttribute()`` will be called. Otherwise,
199199
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
200+
return ``true`` if the attribute is ``view`` or ``edit`` and if the object is
201201
a ``Post`` instance.
202202

203203
``voteOnAttribute($attribute, $subject, TokenInterface $token)``

0 commit comments

Comments
 (0)