Fix typo in docs

This commit is contained in:
Christopher Joe 2017-10-09 10:56:02 +13:00
parent b996e2c22c
commit 89db5870bc
1 changed files with 3 additions and 3 deletions

View File

@ -606,10 +606,10 @@ class MyExtension extends Extension {
```
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
in `private static $extensions`.
use `yml` to register those constructor arguments and use a service name or alias in
`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
---