diff --git a/spring-web/src/main/java/org/springframework/web/client/RestTemplate.java b/spring-web/src/main/java/org/springframework/web/client/RestTemplate.java index b1df5af75103ef68bb46751451eda9fd5f17ba3d..d43376dc7db95f53537e1bfa52483296e05e983e 100644 --- a/spring-web/src/main/java/org/springframework/web/client/RestTemplate.java +++ b/spring-web/src/main/java/org/springframework/web/client/RestTemplate.java @@ -77,7 +77,7 @@ import org.springframework.web.util.UriTemplateHandler; * modern alternative to the {@code RestTemplate} with efficient support for * both sync and async, as well as streaming scenarios. The {@code RestTemplate} * will be deprecated in a future version and will not have major new features - * gong forward. + * added going forward. * * @author Arjen Poutsma * @author Brian Clozel diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index c13a7b86839a000752a506c46a9fd889ab1d0520..877fd7362e0ed2b0837f7fcfd7b3176ea7b13199 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -960,7 +960,7 @@ that supports both sync and async, as well as streaming scenarios. As of 5.0, the non-blocking, reactive `WebClient` offers a modern alternative to the `RestTemplate` with efficient support for both sync and async, as well as streaming scenarios. The `RestTemplate` will be deprecated in a future version and will not have -major new features gong forward. +major new features added going forward. ==== diff --git a/src/docs/asciidoc/web/webmvc-client.adoc b/src/docs/asciidoc/web/webmvc-client.adoc index 8aac7410215bf8015d326df4ecd2cf43c11edbb4..68d1285538d6a11fff65c5ade8718369ad654f6a 100644 --- a/src/docs/asciidoc/web/webmvc-client.adoc +++ b/src/docs/asciidoc/web/webmvc-client.adoc @@ -18,7 +18,7 @@ libraries. As of 5.0, the non-blocking, reactive `WebClient` offers a modern alternative to the `RestTemplate` with efficient support for both sync and async, as well as streaming scenarios. The `RestTemplate` will be deprecated in a future version and will not have -major new features gong forward. +major new features added going forward. ==== See <> for details.