Update 05_Template_Inheritance.md

Minor grammar fix.
This commit is contained in:
Juan Molina 2018-05-25 14:17:28 +02:00 committed by GitHub
parent bff4acbe71
commit 5e45a4be88
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`.