Skip to content

Commit 4cd1b9f

Browse files
committed
minor #8737 Fixed some typos (javiereguiluz)
This PR was merged into the 3.3 branch. Discussion ---------- Fixed some typos Spotted while updating docs to Symfony 4. Commits ------- c7d41a4 Fixed some typos
2 parents 6f435aa + c7d41a4 commit 4cd1b9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

security/voters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ To recap, here's what's expected from the two abstract methods:
185185
object). Your job is to determine if your voter should vote on the attribute/subject
186186
combination. If you return true, ``voteOnAttribute()`` will be called. Otherwise,
187187
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
189189
a ``Post`` instance.
190190

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

templating/embedding_controllers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ string syntax for controllers (i.e. **bundle**:**controller**:**action**):
9898
) ?>
9999
</div>
100100

101-
The result of an embedded controler can also be :doc:`cached </http_cache/esi>`
101+
The result of an embedded controller can also be :doc:`cached </http_cache/esi>`

0 commit comments

Comments
 (0)