Skip to content

Commit d27b8d2

Browse files
authored
Merge pull request #438 from alexfmpe/patch-1
Fix typo
2 parents 807d74c + b924756 commit d27b8d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/GitHub/Request.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
-- > githubRequest :: GH.Request 'False a -> GithubMonad a
3232
-- > githubRequest = singleton
3333
module GitHub.Request (
34-
-- * A convinient execution of requests
34+
-- * A convenient execution of requests
3535
github,
3636
github',
3737
GitHubRW,
@@ -121,10 +121,10 @@ import GitHub.Data.Request
121121
import Paths_github (version)
122122

123123
-------------------------------------------------------------------------------
124-
-- Convinience
124+
-- Convenience
125125
-------------------------------------------------------------------------------
126126

127-
-- | A convinience function to turn functions returning @'Request' rw x@,
127+
-- | A convenience function to turn functions returning @'Request' rw x@,
128128
-- into functions returning @IO (Either 'Error' x)@.
129129
--
130130
-- >>> :t \auth -> github auth userInfoForR

0 commit comments

Comments
 (0)