From 9cf8cca96d9c8280eac87595a7933aa338ec5599 Mon Sep 17 00:00:00 2001 From: Manish Date: Sun, 5 Sep 2021 15:44:44 +0530 Subject: [PATCH] Minor language corrections. --- src/docs/asciidoc/integration.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/asciidoc/integration.adoc b/src/docs/asciidoc/integration.adoc index dae0ac82ac..aa17752e28 100644 --- a/src/docs/asciidoc/integration.adoc +++ b/src/docs/asciidoc/integration.adoc @@ -7,8 +7,8 @@ :tabsize: 4 :docinfo1: -This part of the reference documentation covers the Spring Framework's integration with -a number technologies. +This part of the reference documentation covers Spring Framework's integration with +a number of technologies. [[rest-client-access]] @@ -63,7 +63,7 @@ overloaded methods: | `patchForObject` | Updates a resource by using PATCH and returns the representation from the response. -Note that the JDK `HttpURLConnection` does not support the `PATCH`, but Apache +Note that the JDK `HttpURLConnection` does not support `PATCH`, but Apache HttpComponents and others do. | `delete`