Skip to content

Commit 3e5c77b

Browse files
Update SchemaDirectiveWiringEnvironment.java (graphql-java#3764)
little typo
1 parent cb9a93c commit 3e5c77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/graphql/schema/idl/SchemaDirectiveWiringEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public interface SchemaDirectiveWiringEnvironment<T extends GraphQLDirectiveCont
126126
TypeDefinitionRegistry getRegistry();
127127

128128
/**
129-
* @return a mpa that can be used by implementors to hold context during the SDL build process
129+
* @return a map that can be used by implementors to hold context during the SDL build process
130130
*/
131131
Map<String, Object> getBuildContext();
132132

0 commit comments

Comments
 (0)