Skip to content

Commit 50a704d

Browse files
authored
Fix readme typo (#68)
1 parent 08f6058 commit 50a704d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Additional queries and mutations is usually a good place for other
117117
operations on your schema that require no authentication (like sign_up).
118118
Also by adding them through the mount method, your mutations and
119119
resolvers can inherit from our [base mutation](https://github.com/graphql-devise/graphql_devise/blob/master/app/graphql/graphql_devise/mutations/base.rb)
120-
or [base resover](https://github.com/graphql-devise/graphql_devise/blob/master/app/graphql/graphql_devise/resolvers/base.rb)
120+
or [base resolver](https://github.com/graphql-devise/graphql_devise/blob/master/app/graphql/graphql_devise/resolvers/base.rb)
121121
respectively, to take advantage of some of the methods provided by devise
122122
just like with `devise_scope`
123123

0 commit comments

Comments
 (0)