-
Notifications
You must be signed in to change notification settings - Fork 41.8k
Fix typo in REST client documentation #48907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Shaun <shaun.haldane@gmail.com>
| . 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think was intended to be "and no global configuration". Would you like to make that update to your PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated — Yes, I have now changed the sentence to “and no global configuration is provided”. Thanks!
Signed-off-by: Shaun <shaun.haldane@gmail.com>
See gh-48907 Signed-off-by: Shaun <shaun.haldane@gmail.com>
|
Thanks very much, @ShaunHaldane. |
|
No problem, Thanks for the review! |
Fixes a grammatical error in the REST client documentation where "not global configuration is provided" should read "global configuration is not provided".