Merge pull request #8096 from Juanitou/patch-1

Minor grammar fix - 05_Template_Inheritance.md
This commit is contained in:
Robbie Averill 2018-05-26 00:21:10 +12:00 committed by GitHub
commit 8f4f923062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ $Content
<blink>Hi!</blink>
```
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`.