Skip to content

Commit 46817da

Browse files
filipncsyrashk
authored andcommitted
Fix typo in README.md (#72)
1 parent 2e6118c commit 46817da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public String field(@GraphQLName("val") String value) {
9292
}
9393
```
9494

95-
In addition, `@GraphQLDefaultValue` can be used to set a default value to a parameter. Due to limitations of annotations, the default valueu has to be provided by a class that implements `Supplier<Object>`:
95+
In addition, `@GraphQLDefaultValue` can be used to set a default value to a parameter. Due to limitations of annotations, the default value has to be provided by a class that implements `Supplier<Object>`:
9696

9797
```java
9898
public static class DefaultValue implements Supplier<Object> {

0 commit comments

Comments
 (0)