Merge pull request #447 from dudebout/patch-1

Fixes a spelling mistake.
This commit is contained in:
Blake Rain 2012-11-06 11:50:13 -08:00
commit df8d61505b

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