diff --git a/yesod/scaffold/Application.hs.cg b/yesod/scaffold/Application.hs.cg index f4ab5c3d..8eecbefd 100644 --- a/yesod/scaffold/Application.hs.cg +++ b/yesod/scaffold/Application.hs.cg @@ -19,9 +19,9 @@ import Network.HTTP.Conduit (newManager, def) -- Don't forget to add new modules to your cabal file! import Handler.Home --- This line actually creates our YesodSite instance. It is the second half --- of the call to mkYesodData which occurs in Foundation.hs. Please see --- the comments there for more details. +-- This line actually creates our YesodDispatch instance. It is the second half +-- of the call to mkYesodData which occurs in Foundation.hs. Please see the +-- comments there for more details. mkYesodDispatch "~sitearg~" resources~sitearg~ -- This function allocates resources (such as a database connection pool),