Skip to content

Commit a8a2da0

Browse files
committed
Fixed part 12 typos
1 parent 9bc692f commit a8a2da0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/part12.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Create your own framework... on top of the Symfony2 Components (part 12)
22
========================================================================
33

44
In the last installment of this series, we have emptied the
5-
``Simplex\\Framework`` class by extending the ``HttpKernel`` class from
5+
``Simplex\Framework`` class by extending the ``HttpKernel`` class from
66
Symfony. Seeing this empty class, you might be tempted to move some code from
77
the front controller to it::
88

@@ -229,7 +229,7 @@ We have obviously barely scratched the surface of what you can do with the
229229
container: from class names as parameters, to overriding existing object
230230
definitions, from scope support to dumping a container to a plain PHP class,
231231
and much more. The Symfony dependency injection container is really powerful
232-
and is able to manage any kind of PHP classes.
232+
and is able to manage any kind of PHP class.
233233

234234
Don't yell at me if you don't want to have a dependency injection container in
235235
your framework. If you don't like it, don't use it. It's your framework, not
@@ -249,7 +249,7 @@ Have fun!
249249

250250
*P.S.:* If there is enough interest (leave a comment on this post), I might
251251
write some more articles on specific topics (using a configuration file for
252-
routing, using HttpKernel debugging tools, using the build-in client to
252+
routing, using HttpKernel debugging tools, using the built-in client to
253253
simulate a browser are some of the topics that come to my mind for instance).
254254

255255
.. _`Pimple`: https://github.com/fabpot/Pimple

0 commit comments

Comments
 (0)