From ef38c5c49dcf74445657f7286c0dd8da04609b21 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 7 Feb 2018 06:55:02 -0800 Subject: [PATCH] Docs tweaks --- src/Yesod/Auth/OAuth2.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Yesod/Auth/OAuth2.hs b/src/Yesod/Auth/OAuth2.hs index 6dac853..0c3a7d3 100644 --- a/src/Yesod/Auth/OAuth2.hs +++ b/src/Yesod/Auth/OAuth2.hs @@ -5,7 +5,7 @@ -- -- Generic OAuth2 plugin for Yesod -- --- See "Yesod.Auth.OAuth2.GitHub" for example usage. +-- See @"Yesod.Auth.OAuth2.GitHub"@ for example usage. -- module Yesod.Auth.OAuth2 ( OAuth2(..) @@ -40,7 +40,7 @@ oauth2Url name = PluginR name ["forward"] -- | Create an @'AuthPlugin'@ for the given OAuth2 provider -- --- Presents a generic @"Login via name"@ link +-- Presents a generic @"Login via #{name}"@ link -- authOAuth2 :: YesodAuth m => Text -> OAuth2 -> FetchCreds m -> AuthPlugin m authOAuth2 name = authOAuth2Widget [whamlet|Login via #{name}|] name