From 81dc13d2e7ae70557f5d6f427945a4f2f17f6959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Federico=20Jaramillo=20Mart=C3=ADnez?= Date: Sun, 9 Sep 2018 15:47:03 -0500 Subject: [PATCH] Update 01_Extensions.md - Fix small typo --- docs/en/02_Developer_Guides/05_Extending/01_Extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/02_Developer_Guides/05_Extending/01_Extensions.md b/docs/en/02_Developer_Guides/05_Extending/01_Extensions.md index e7801a007..11930716b 100644 --- a/docs/en/02_Developer_Guides/05_Extending/01_Extensions.md +++ b/docs/en/02_Developer_Guides/05_Extending/01_Extensions.md @@ -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.