Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Spelling error, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigChilds94 committed May 5, 2014
1 parent 97a29b0 commit 9041c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setting-up-a-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!doctype html>
Expand Down

0 comments on commit 9041c52

Please # to comment.