Fix typo in REST client documentation#48907
Closed
ShaunHaldane wants to merge 2 commits intospring-projects:mainfrom
Closed
Fix typo in REST client documentation#48907ShaunHaldane wants to merge 2 commits intospring-projects:mainfrom
ShaunHaldane wants to merge 2 commits intospring-projects:mainfrom
Conversation
Signed-off-by: Shaun <[email protected]>
wilkinsona
requested changes
Jan 20, 2026
| . Simple JDK client (`java.net.HttpURLConnection`) | ||
|
|
||
| If multiple clients are available on the classpath, and not global configuration is provided, the most preferred client will be used. | ||
| If multiple clients are available on the classpath, and global configuration is not provided, the most preferred client will be used. |
Member
There was a problem hiding this comment.
I think was intended to be "and no global configuration". Would you like to make that update to your PR?
Contributor
Author
There was a problem hiding this comment.
Updated — Yes, I have now changed the sentence to “and no global configuration is provided”. Thanks!
Signed-off-by: Shaun <[email protected]>
wilkinsona
approved these changes
Jan 20, 2026
wilkinsona
pushed a commit
that referenced
this pull request
Jan 20, 2026
See gh-48907 Signed-off-by: Shaun <[email protected]>
Member
|
Thanks very much, @ShaunHaldane. |
Contributor
Author
|
No problem, Thanks for the review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes a grammatical error in the REST client documentation where "not global configuration is provided" should read "global configuration is not provided".