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
parent c6cb68c98a
commit f54c576441
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
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.