10000 minor #8737 Fixed some typos (javiereguiluz) · symfony/symfony-docs@9af1575 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9af1575

Browse files
committed
minor #8737 Fixed some typos (javiereguiluz)
This PR was submitted for the 3.3 branch but it was merged into the 2.8 branch instead (closes #8737). Discussion ---------- Fixed some typos Spotted while updating docs to Symfony 4. Commits ------- 349038f Fixed some typos
2 parents 371738c + 349038f commit 9af1575

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)
0