Fixes a spelling mistake.

This commit is contained in:
Nicolas Dudebout 2012-11-06 14:42:00 -05:00
parent 2af6882ba1
commit d2fcdf9307

View File

@ -43,7 +43,7 @@ defaultMain load getApp = do
} app
-- | Run your application continously, listening for SIGINT and exiting
-- when recieved
-- when received
--
-- > withYourSite :: AppConfig DefaultEnv -> Logger -> (Application -> IO a) -> IO ()
-- > withYourSite conf logger f = do