Skip to content

Commit

Permalink
minor #4475 Fixed typos (pborreli)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4475).

Discussion
----------

Fixed typos

Commits
-------

e2b3527 Fixed typos
  • Loading branch information
wouterj committed Nov 18, 2014
2 parents b847b2d + e2b3527 commit 0c7dd72
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions best_practices/business-logic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Inside here, you can create whatever directories you want to organize things:

.. code-block:: text
symfoy2-project/
symfony2-project/
├─ app/
├─ src/
│ └─ AppBundle/
Expand All @@ -33,7 +33,7 @@ and put things there:

.. code-block:: text
symfoy2-project/
symfony2-project/
├─ app/
├─ src/
│ ├─ Acme/
Expand Down
2 changes: 1 addition & 1 deletion best_practices/web-assets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tools like GruntJS.
comfortable with frontend tools like GruntJS.

`Assetic`_ is an asset manager capable of compiling assets developed with
a lot of different frontend technologies like LESS, Sass and CoffeScript.
a lot of different frontend technologies like LESS, Sass and CoffeeScript.
Combining all your assets with Assetic is a matter of wrapping all the assets
with a single Twig tag:

Expand Down
2 changes: 1 addition & 1 deletion quick_tour/the_controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ new ``hello.xml.twig`` template:
Now, when you browse to ``http://localhost:8000/hello/fabien``, you'll see the
regular HTML page because ``html`` is the default format. When visiting
``http://localhost:8000/hello/fabien.html`` you'll get again the HTML page, this
time because you explicitely asked for the ``html`` format. Lastly, if you visit
time because you explicitly asked for the ``html`` format. Lastly, if you visit
``http://localhost:8000/hello/fabien.xml`` you'll see the new XML template rendered
in your browser.

Expand Down

0 comments on commit 0c7dd72

Please sign in to comment.