mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix typo in docs
This commit is contained in:
parent
b996e2c22c
commit
89db5870bc
@ -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
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user