Merge pull request #1674 from ericdeansanchez/fix-typo

Fix small typo in documentation
This commit is contained in:
Michael Snoyman 2020-05-23 21:37:16 +03:00 committed by GitHub
commit 074865bca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ defaultMainLog load getApp = do
where
shouldLog' = Warp.defaultShouldDisplayException
-- | Run your application continously, listening for SIGINT and exiting
-- | Run your application continuously, listening for SIGINT and exiting
-- when received
--
-- > withYourSite :: AppConfig DefaultEnv -> Logger -> (Application -> IO a) -> IO ()