Skip to content

Commit

Permalink
Spelling Error(of ---> if)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vince250598 authored and kaqqao committed Jun 20, 2019
1 parent 844df00 commit 0f5d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ A simplified example of this could be:
return (config, current) -> {
List<ResolverBuilder> resolverBuilders = new ArrayList<>();

//add a custom subtype of PublicResolverBuilder that only exposes a method of it's called "greeting"
//add a custom subtype of PublicResolverBuilder that only exposes a method if it's called "greeting"
resolverBuilders.add(new PublicResolverBuilder() {
@Override
protected boolean isQuery(Method method) {
Expand Down

0 comments on commit 0f5d66d

Please sign in to comment.