diff --git a/templates/homepage.hamlet b/templates/homepage.hamlet
index 445fa9b..c145a15 100644
--- a/templates/homepage.hamlet
+++ b/templates/homepage.hamlet
@@ -31,7 +31,7 @@
The #{handlerName} handler is set to generate your
- site's home screen in Routes file
+ site's home screen in the Routes file
config/routes
@@ -44,7 +44,7 @@
The HTML you are seeing now is actually composed by a number of widgets, #
most of them are brought together by the defaultLayout function which #
is defined in the Foundation.hs module, and used by #{handlerName}. #
- All the files for templates and wigdets are in templates.
+ All the files for templates and widgets are in templates.
A Widget's Html, Css and Javascript are separated in three files with the
@@ -66,7 +66,7 @@
This is an example of a form. Read the
Forms chapter #
- on the yesod book to learn more about them.
+ in the yesod book to learn more about them.