From 4b6cb31ba98cfc7a2e6f2586bef0554cae6708c6 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Sat, 15 Feb 2014 16:05:59 -0500 Subject: [PATCH] Typos --- Yesod/Auth/OAuth2.hs | 6 +++--- Yesod/Auth/OAuth2/Learn.hs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Yesod/Auth/OAuth2.hs b/Yesod/Auth/OAuth2.hs index 96c56cb..99362d4 100644 --- a/Yesod/Auth/OAuth2.hs +++ b/Yesod/Auth/OAuth2.hs @@ -29,9 +29,9 @@ authOAuth2 :: YesodAuth m -> OAuth2 -- ^ Service details -- | This function defines how to take an @'AccessToken'@ and - -- retrive additional information about the user, to be set - -- in the session as @'Creds'@. Usually this means a second - -- authorized request to @api/me.json@. + -- retrieve additional information about the user, to be + -- set in the session as @'Creds'@. Usually this means a + -- second authorized request to @api/me.json@. -> (AccessToken -> IO (Creds m)) -> AuthPlugin m authOAuth2 name oauth getCreds = AuthPlugin name dispatch login diff --git a/Yesod/Auth/OAuth2/Learn.hs b/Yesod/Auth/OAuth2/Learn.hs index e876006..46879ad 100644 --- a/Yesod/Auth/OAuth2/Learn.hs +++ b/Yesod/Auth/OAuth2/Learn.hs @@ -1,7 +1,7 @@ {-# LANGUAGE OverloadedStrings #-} -- | -- --- OAuth2 plugin for http://learn.thoughbot.com +-- OAuth2 plugin for http://learn.thoughtbot.com -- -- * Authenticates against learn -- * Uses learn user id as credentials identifier