Skip to content

Commit 293c7ea

Browse files
committed
[#1564] Pulling in a few more typo fixes from @pborreli
1 parent 9f7f31b commit 293c7ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

book/templating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ Asynchronous Content with hinclude.js
645645
.. versionadded:: 2.1
646646
hinclude.js support was added in Symfony 2.1
647647

648-
Controllers can be embedded asyncronously using the hinclude.js_ javascript library.
648+
Controllers can be embedded asynchronously using the hinclude.js_ javascript library.
649649
As the embedded content comes from another page (or controller for that matter),
650650
Symfony2 uses the standard ``render`` helper to configure ``hinclude`` tags:
651651

book/translation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Symfony2 looks for message files (i.e. translations) in the following locations:
292292
The locations are listed with the highest priority first. That is you can
293293
override the translation messages of a bundle in any of the top 2 directories.
294294

295-
The override mechanism works at a key level: only the overriden keys need
295+
The override mechanism works at a key level: only the overridden keys need
296296
to be listed in a higher priority message file. When a key is not found
297297
in a message file, the translator will automatically fallback to the lower
298298
priority message files.
@@ -499,7 +499,7 @@ via the ``request`` object:
499499

500500
.. code-block:: php
501501
502-
// access the reqest object in a standard controller
502+
// access the request object in a standard controller
503503
$request = $this->getRequest();
504504
505505
$locale = $request->getLocale();

0 commit comments

Comments
 (0)