Fix typo in docs

This commit is contained in:
Christopher Joe 2017-10-09 10:56:02 +13:00
parent b996e2c22c
commit 89db5870bc

View File

@ -606,10 +606,10 @@ class MyExtension extends Extension {
``` ```
In addition when using extensions with distinct constructor arguments it's advisable to In addition when using extensions with distinct constructor arguments it's advisable to
use `yml` to register you those constructor arguments and use a service name or alias use `yml` to register those constructor arguments and use a service name or alias in
in `private static $extensions`. `private static $extensions`.
E.g. this is the service definition for the various versioned extension variants E.g. This is the service definition for the various versioned extension variants
```yaml ```yaml
--- ---