Skip to content

Commit 266a2b6

Browse files
committed
Fix typo in gemspec file
1 parent 229afd9 commit 266a2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-query-resolver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.authors = ["nettofarah"]
1010
spec.email = ["nettofarah@gmail.com"]
1111

12-
spec.summary = %q{Minimized N+1 queries generated by GraphQL}
12+
spec.summary = %q{Minimize N+1 queries generated by GraphQL}
1313
spec.description = %q{GraphQL::QueryResolver is an add-on to graphql-ruby that allows your field resolvers to minimize N+1 SELECTS issued by ActiveRecord. }
1414
spec.homepage = "https://github.com/nettofarah"
1515
spec.license = "MIT"

0 commit comments

Comments
 (0)