Skip to content

Commit dfe111f

Browse files
authored
Merge pull request #143 from paulrobinson/patch-1
Fixed 'atypical' typo
2 parents 936b388 + d296cbe commit dfe111f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/modules/ROOT/pages/08_rest-client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= REST Client
22

3-
An atypical scenario in a Microservices architecture is the remote invocation of remote REST HTTP endpoints. Quarkus provides a typed REST client that follows the https://github.com/eclipse/microprofile-rest-client[MicroProfile REST Client, window=_blank] specification.
3+
A typical scenario in a Microservices architecture is the remote invocation of remote REST HTTP endpoints. Quarkus provides a typed REST client that follows the https://github.com/eclipse/microprofile-rest-client[MicroProfile REST Client, window=_blank] specification.
44
55
Let's create a REST client that accesses https://fruityvice.com[window=_blank] to get nutrition information about our fruits. The endpoint we're interested in is this one:
66

0 commit comments

Comments
 (0)