8000 Fixed typos · symfony/symfony-docs@e2b3527 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2b3527

Browse files
pborreliwouterj
authored andcommitted
Fixed typos
1 parent b847b2d commit e2b3527

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

best_practices/business-logic.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Inside here, you can create whatever directories you want to organize things:
1515

1616
.. code-block:: text
1717
18-
symfoy2-project/
18+
symfony2-project/
1919
├─ app/
2020
├─ src/
2121
│ └─ AppBundle/
@@ -33,7 +33,7 @@ and put things there:
3333

3434
.. code-block:: text
3535
36-
symfoy2-project/
36+
symfony2-project/
3737
├─ app/
3838
├─ src/
3939
│ ├─ Acme/

best_practices/web-assets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tools like GruntJS.
5050
comfortable with frontend tools like GruntJS.
5151

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

quick_tour/the_controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ new ``hello.xml.twig`` template:
138138
Now, when you browse to ``http://localhost:8000/hello/fabien``, you'll see the
139139
regular HTML page because ``html`` is the default format. When visiting
140140
``http://localhost:8000/hello/fabien.html`` you'll get again the HTML page, this
141-
time because you explicitely asked for the ``html`` format. Lastly, if you visit
141+
time because you explicitly asked for the ``html`` format. Lastly, if you visit
142142
``http://localhost:8000/hello/fabien.xml`` you'll see the new XML template rendered
143143
in your browser.
144144

0 commit comments

Comments
 (0)
0