Skip to content

Commit c087780

Browse files
committed
merged branch amitayh/master (PR #17)
Commits ------- 11886e6 Merge branch 'master' of https://github.com/amitayh/Create-Your-Framework a8a2da0 Fixed part 12 typos 26bef8d Fixed typos Discussion ---------- Fixed minor typos for part 12
2 parents 0d6beb1 + 11886e6 commit c087780

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/part12.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The DependencyInjection Component
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
the eponymous component. Seeing this empty class, you might be tempted to move
77
some code from the front controller to it::
88

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

248248
Don't yell at me if you don't want to have a dependency injection container in
249249
your framework. If you don't like it, don't use it. It's your framework, not

0 commit comments

Comments
 (0)