File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ Asynchronous Content with hinclude.js
645
645
.. versionadded :: 2.1
646
646
hinclude.js support was added in Symfony 2.1
647
647
648
- Controllers can be embedded asyncronously using the hinclude.js _ javascript library.
648
+ Controllers can be embedded asynchronously using the hinclude.js _ javascript library.
649
649
As the embedded content comes from another page (or controller for that matter),
650
650
Symfony2 uses the standard ``render `` helper to configure ``hinclude `` tags:
651
651
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ Symfony2 looks for message files (i.e. translations) in the following locations:
292
292
The locations are listed with the highest priority first. That is you can
293
293
override the translation messages of a bundle in any of the top 2 directories.
294
294
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
296
296
to be listed in a higher priority message file. When a key is not found
297
297
in a message file, the translator will automatically fallback to the lower
298
298
priority message files.
@@ -499,7 +499,7 @@ via the ``request`` object:
499
499
500
500
.. code-block :: php
501
501
502
- // access the reqest object in a standard controller
502
+ // access the request object in a standard controller
503
503
$request = $this->getRequest();
504
504
505
505
$locale = $request->getLocale();
You can’t perform that action at this time.
0 commit comments