Fix small typo in documentation

This PR seeks to correct a small typo in the word _continuously_.
This commit is contained in:
eric 2020-05-23 11:29:06 -07:00 committed by GitHub
parent 2b5bf7b9b9
commit d382d67769
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 ()