From 5e8364f8397548a850d71e85a512f43cf7469fc1 Mon Sep 17 00:00:00 2001 From: Dylan Lederle-Ensign Date: Thu, 20 Feb 2020 15:08:10 -0500 Subject: [PATCH] Fix readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08c8c7d8..804031e5 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ Additional queries and mutations is usually a good place for other operations on your schema that require no authentication (like sign_up). Also by adding them through the mount method, your mutations and resolvers can inherit from our [base mutation](https://github.com/graphql-devise/graphql_devise/blob/master/app/graphql/graphql_devise/mutations/base.rb) -or [base resover](https://github.com/graphql-devise/graphql_devise/blob/master/app/graphql/graphql_devise/resolvers/base.rb) +or [base resolver](https://github.com/graphql-devise/graphql_devise/blob/master/app/graphql/graphql_devise/resolvers/base.rb) respectively, to take advantage of some of the methods provided by devise just like with `devise_scope`