diff --git a/docs/en/02_Developer_Guides/01_Templates/05_Template_Inheritance.md b/docs/en/02_Developer_Guides/01_Templates/05_Template_Inheritance.md index 986717c2c..3e8838e16 100644 --- a/docs/en/02_Developer_Guides/01_Templates/05_Template_Inheritance.md +++ b/docs/en/02_Developer_Guides/01_Templates/05_Template_Inheritance.md @@ -78,7 +78,7 @@ $Content Hi! ``` -If your classes have in a namespace, the Layout folder will be a found inside of the appropriate namespace folder. +If your classes have a namespace, the Layout folder will be found inside of the appropriate namespaced folder. For example, the layout template for `SilverStripe\Control\Controller` will be found at `templates/SilverStripe/Control/Layout/Controller.ss`.