add small typo and wording improvements to chapters 9 and 10, update name of time service

This commit is contained in:
lubiana 2022-05-23 22:06:21 +02:00 committed by Andre Lubian
parent 6920ea390d
commit d880aeb9a6
2 changed files with 21 additions and 23 deletions

View file

@ -121,7 +121,6 @@ the container-interface.
In this class we will configure all services required for our application and make them accessible via the get($id)
method.
p
Before we can implement the interface we need to install its definition with composer `composer require "psr/container:^1.0"`.
now we can create a file with a Class that implements that interface.