Skip to content

Commit bcdf365

Browse files
authored
Update README.adoc
corrected spelling mistakes
1 parent 87d80b9 commit bcdf365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ So far, you have a web-based service that handles the core operations that invol
350350
* Merely using `GET`, `POST`, and so on is not REST.
351351
* Having all the CRUD operations laid out is not REST.
352352

353-
In fact, what we have built so far is better described as *RPC* (*Remote Procedure Call*), because there is no way to know how to interact with this service. If you published this today, you wouldd also have to write a document or host a developer's portal somewhere with all the details.
353+
In fact, what we have built so far is better described as *RPC* (*Remote Procedure Call*), because there is no way to know how to interact with this service. If you published this today, you would also have to write a document or host a developer's portal somewhere with all the details.
354354

355355
This statement of Roy Fielding's may further lend a clue to the difference between *REST* and *RPC*:
356356

@@ -362,7 +362,7 @@ What needs to be done to make the REST architectural style clear on the notion t
362362
____
363363

364364

365-
The side effect of nnot including hypermedia in our representations is that clients must hard-code URIs to navigate the API. This leads to the same brittle nature that predated the rise of e-commerce on the web. It signifies that our JSON output needs a little help.
365+
The side effect of not including hypermedia in our representations is that clients must hard-code URIs to navigate the API. This leads to the same brittle nature that predated the rise of e-commerce on the web. It signifies that our JSON output needs a little help.
366366

367367
[#_spring_hateoas]
368368
== Spring HATEOAS

0 commit comments

Comments
 (0)