Merge pull request #1567 from gabebw/gbw-fix-typo

Fix typo in deprecation message
This commit is contained in:
Sibi 2018-12-28 10:41:12 +05:30 committed by GitHub
commit c5268e3581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,7 +130,7 @@ authTwitter :: YesodAuth m
-> ByteString -- ^ Consumer Secret -> ByteString -- ^ Consumer Secret
-> AuthPlugin m -> AuthPlugin m
authTwitter key secret = authTwitter' key secret "screen_name" authTwitter key secret = authTwitter' key secret "screen_name"
{-# DEPRECATED authTwitter "Use authTwitterUsingUserID instead" #-} {-# DEPRECATED authTwitter "Use authTwitterUsingUserId instead" #-}
-- | Twitter plugin which uses Twitter's /user_id/ as ID. -- | Twitter plugin which uses Twitter's /user_id/ as ID.
-- --