Skip to content

Commit 3c4eef1

Browse files
committed
Merge pull request #31237 from ghainesii
* pr/31237: Add missing period in RestClient documentation Closes gh-31237
2 parents 9d7f9b5 + 0a324ea commit 3c4eef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/modules/ROOT/pages/integration/rest-clients.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ This can be done with `method(HttpMethod)`, or with the convenience methods `get
6868

6969
==== Request URL
7070

71-
Next, the request URI can be specified with the `uri` methods
71+
Next, the request URI can be specified with the `uri` methods.
7272
This step is optional, and can be skipped if the `RestClient` is configured with a default URI.
7373
The URL is typically specified as `String`, with optional URI template variables.
7474
String URLs are encoded by default, but this can be changed by building a client with a custom `uriBuilderFactory`.

0 commit comments

Comments
 (0)