Skip to content

Commit d296cbe

Browse files
authored
Fixed 'atypical' typo
1 parent d9f6a81 commit d296cbe

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)