Skip to content

Fixed some typos #8737

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion security/voters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ To recap, here's what's expected from the two abstract methods:
object). Your job is to determine if your voter should vote on the attribute/subject
combination. If you return true, ``voteOnAttribute()`` will be called. Otherwise,
your voter is done: some other voter should process this. In this example, you
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
a ``Post`` instance.

``voteOnAttribute($attribute, $subject, TokenInterface $token)``
Expand Down
2 changes: 1 addition & 1 deletion templating/embedding_controllers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ string syntax for controllers (i.e. **bundle**:**controller**:**action**):
) ?>
</div>

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