Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yelouarti committed Dec 23, 2024
1 parent 74908ee commit 4e37dfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img alt="hateoflux logo" src="./readme_resources/hateoflux_black.svg">
</picture>

Lightweight HATEOAS library designed for Spring Webflux.
Lightweight HATEOAS library designed for Spring WebFlux.
___

![Version](.github/badges/development-version.svg)
Expand Down Expand Up @@ -135,7 +135,7 @@ public Mono<HalResourceWrapper<OrderDTO, Void>> getOrder(@PathVariable int order
}
```
### Response Types
hateoflux provides specialized response types (basically reactive `ResponseEntity`s) to handle different resource scenarios in reactive applications. The following controller method is from the previous example now altered however altered to return a reactive HTTP response, while preserving the same body:
hateoflux provides specialized response types (basically reactive `ResponseEntity`s) to handle different resource scenarios in reactive applications. The following controller method is from the previous example now altered however to return a reactive HTTP response, while preserving the same body:

hateoflux provides specialized response types (essentially reactive `ResponseEntity`s) to handle different resource scenarios in reactive applications. Here's the previous controller example modified to return a reactive HTTP response while preserving the same body:

Expand Down

0 comments on commit 4e37dfe

Please sign in to comment.