Skip to content

Commit 76a3ee0

Browse files
Fix typos
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent b62c29f commit 76a3ee0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-graphql/src/main/java/org/springframework/graphql/execution/BatchLoaderRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public interface BatchLoaderRegistry extends DataLoaderRegistrar {
5353
* <p>When this method is used, the name for the
5454
* {@link org.dataloader.DataLoader} is automatically set as defined in
5555
* {@link RegistrationSpec#withName(String)}, and likewise,
56-
* {@code @SchemaMapping} handler methods can transparenly locate and
56+
* {@code @SchemaMapping} handler methods can transparently locate and
5757
* inject a {@code DataLoader<T>} argument based on the generic type
5858
* {@code <T>}.
5959
* @param keyType the type of keys that will be used as input

spring-graphql/src/test/java/org/springframework/graphql/server/webmvc/GraphQlRequestPredicatesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ void shouldRejectRequestWithDifferentPath() {
189189
}
190190

191191
@Test
192-
void shouldRejectRequestWithIncmopatibleContentType() {
192+
void shouldRejectRequestWithIncompatibleContentType() {
193193
MockHttpServletRequest request = createMatchingSseRequest();
194194
request.setContentType("text/xml");
195195
ServerRequest serverRequest = ServerRequest.create(request, Collections.emptyList());

0 commit comments

Comments
 (0)