Commit 8bf3f788 authored by Hugo Hamon's avatar Hugo Hamon

Fixed typo in the ServiceProviderInterface interface PHPDoc block.

parent d8776876
...@@ -31,7 +31,7 @@ interface ServiceProviderInterface ...@@ -31,7 +31,7 @@ interface ServiceProviderInterface
/** /**
* Bootstraps the application. * Bootstraps the application.
* *
* This method is called after all services are registers * This method is called after all services are registered
* and should be used for "dynamic" configuration (whenever * and should be used for "dynamic" configuration (whenever
* a service must be requested). * a service must be requested).
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment