Skip to content

Commit 5398021

Browse files
ngocnhan-tran1996bclozel
authored andcommitted
Fix typo
Closes gh-1165 Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent afd481c commit 5398021

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-graphql-docs/modules/ROOT/pages/transports.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ https://github.com/jaydenseric/graphql-multipart-request-spec[graphql-multipart-
7373
that allows file uploads with GraphQL over HTTP.
7474

7575
Spring for GraphQL does not support the `graphql-multipart-request-spec` directly.
76-
While the spec does provide the benefit of a unified GraphQL API, the actual experince has
76+
While the spec does provide the benefit of a unified GraphQL API, the actual experience has
7777
led to a number of issues, and best practice recommendations have evolved, see
7878
https://www.apollographql.com/blog/backend/file-uploads/file-upload-best-practices/[Apollo Server File Upload Best Practices]
7979
for a more detailed discussion.

spring-graphql/src/main/java/org/springframework/graphql/client/FieldAccessException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private static String initDefaultMessage(ClientResponseField field, ClientGraphQ
5757

5858

5959
/**
60-
* Return the [@code GraphQlResponse} for which the error ouccrred.
60+
* Return the [@code GraphQlResponse} for which the error occurred.
6161
*/
6262
public ClientGraphQlResponse getResponse() {
6363
return this.response;

spring-graphql/src/main/java/org/springframework/graphql/server/support/GraphQlWebSocketMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public String getType() {
8787
}
8888

8989
/**
90-
* Return the message type as an emum.
90+
* Return the message type as an enum.
9191
*/
9292
public GraphQlWebSocketMessageType resolvedType() {
9393
Assert.state(this.type != null, "GraphQlWebSocketMessage does not have a type");

0 commit comments

Comments
 (0)