Merge pull request #1567 from gabebw/gbw-fix-typo
Fix typo in deprecation message
This commit is contained in:
commit
c5268e3581
@ -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.
|
||||||
--
|
--
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user