Merge pull request #1674 from ericdeansanchez/fix-typo
Fix small typo in documentation
This commit is contained in:
commit
074865bca9
@ -77,7 +77,7 @@ defaultMainLog load getApp = do
|
|||||||
where
|
where
|
||||||
shouldLog' = Warp.defaultShouldDisplayException
|
shouldLog' = Warp.defaultShouldDisplayException
|
||||||
|
|
||||||
-- | Run your application continously, listening for SIGINT and exiting
|
-- | Run your application continuously, listening for SIGINT and exiting
|
||||||
-- when received
|
-- when received
|
||||||
--
|
--
|
||||||
-- > withYourSite :: AppConfig DefaultEnv -> Logger -> (Application -> IO a) -> IO ()
|
-- > withYourSite :: AppConfig DefaultEnv -> Logger -> (Application -> IO a) -> IO ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user