Merge pull request #8369 from jmfederico/patch-2

Update 01_Extensions.md - Fix small typo
This commit is contained in:
Robbie Averill 2018-09-12 16:35:17 +02:00 committed by GitHub
commit 093b6b1646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ summary: Extensions and DataExtensions let you modify and augment objects transp
# Extensions and DataExtensions
An [Extension](api:SilverStripe\Core\Extension) allows for adding additional functionality to a [Object](api:Object) or modifying existing functionality
An [Extension](api:SilverStripe\Core\Extension) allows for adding additional functionality to an [Object](api:Object) or modifying existing functionality
without the hassle of creating a subclass. Developers can add Extensions to any [Object](api:Object) subclass within core, modules
or even their own code to make it more reusable.