Skip to content

Commit e2a9b82

Browse files
authored
tweaks thanks to Javier
1 parent 3beccde commit e2a9b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quick_tour/the_architecture.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use the logger in a controller, add a new argument type-hinted with ``LoggerInte
3131
// ...
3232
}
3333

34-
That's it! The new log message be written to ``var/log/dev.log``. Of course, this
34+
That's it! The new log message will be written to ``var/log/dev.log``. Of course, this
3535
can be configured by updating one of the config files added by the recipe.
3636

3737
Services & Autowiring
@@ -43,7 +43,7 @@ This is called *autowiring*.
4343

4444
Every bit of work that's done in a Symfony app is done by an *object*: the Logger
4545
object logs things and the Twig object renders templates. These objects are called
46-
*services* and they are the *tools* that make you dangerous.
46+
*services* and they are *tools* that help you build rich features.
4747

4848
To make life awesome, you can ask Symfony to pass you a service by using a type-hint.
4949
What other possible classes or interfaces could you use? Find out by running:

0 commit comments

Comments
 (0)