mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update 01_Extensions.md
Fix a typo
This commit is contained in:
parent
2d4a3edd6c
commit
83a3c4b166
@ -112,7 +112,7 @@ we added a `SayHi` method which is unique to our extension.
|
||||
|
||||
## Modifying Existing Methods
|
||||
|
||||
If the `Extension` needs to modify an existing method it's a little tricker. It requires that the method you want to
|
||||
If the `Extension` needs to modify an existing method it's a little trickier. It requires that the method you want to
|
||||
customize has provided an *Extension Hook* in the place where you want to modify the data. An *Extension Hook* is done
|
||||
through the `[api:Object->extend]` method.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user