From 9041c52c4e35eb2fb39063a76cff280ed615c739 Mon Sep 17 00:00:00 2001 From: CRAIGC Date: Mon, 5 May 2014 14:27:30 +0100 Subject: [PATCH] Spelling error, oops --- docs/setting-up-a-view.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setting-up-a-view.md b/docs/setting-up-a-view.md index 852ff84..fd7ba37 100644 --- a/docs/setting-up-a-view.md +++ b/docs/setting-up-a-view.md @@ -4,7 +4,7 @@ In this short section I will show you how to set up a simple view, this will inc The example view file ```main.php``` was covered in the section on setting up your controller, we're going to look deeper into how this ties into the application and extra view files that are used to build the entire front end of your application. -The first stage in setting up your view is understanding how our templating system works, navigate to ```html/tenplate.html``` here you should find something similar to this: +The first stage in setting up your view is understanding how our templating system works, navigate to ```html/template.html``` here you should find something similar to this: ```html