2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
@@ -185,7 +185,7 @@ To recap, here's what's expected from the two abstract methods:
185
185
object). Your job is to determine if your voter should vote on the attribute/subject
186
186
combination. If you return true, ``voteOnAttribute()`` will be called. Otherwise,
187
187
your voter is done: some other voter should process this. In this example, you
188
- return ``true`` if the attribue is ``view`` or ``edit`` and if the object is
188
+ return ``true`` if the attribute is ``view`` or ``edit`` and if the object is
189
189
a ``Post`` instance.
190
190
191
191
``voteOnAttribute($attribute, $subject, TokenInterface $token)``
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 |
| - | |
| 101 | + |
0 commit comments