Skip to content

Commit

Permalink
Corrected HATEOAS spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ganapathi004 committed Mar 5, 2019
1 parent 7f396a7 commit a1d4291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cheatsheets/REST_Security_Cheat_Sheet.md
Expand Up @@ -16,7 +16,7 @@ In order to implement flows with REST APIs, resources are typically created, rea

Another key feature of REST applications is the use of standard HTTP verbs and error codes in the pursuit or removing unnecessary variation among different services.

Another key feature of REST applications is the use of [HATEOS or Hypermedia as the Engine of Application State](https://en.wikipedia.org/wiki/HATEOAS). This provides REST applications a self-documenting nature making it easier for developers to interact with a REST service without a priori knowledge.
Another key feature of REST applications is the use of [HATEOAS or Hypermedia As The Engine of Application State](https://en.wikipedia.org/wiki/HATEOAS). This provides REST applications a self-documenting nature making it easier for developers to interact with a REST service without a priori knowledge.

# HTTPS

Expand Down

0 comments on commit a1d4291

Please sign in to comment.