Skip to content

Commit 0a324ea

Browse files
ghainesiisnicoll
authored andcommitted
Add missing period in RestClient documentation
See gh-31237
1 parent 9d7f9b5 commit 0a324ea

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)