Skip to content

Commit

Permalink
fix minor typos of previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Jan 19, 2025
1 parent 1f13932 commit ff02102
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
> Axum does mean you give up full control over your web stack, meaning as soon as you need something which
> is not typical or standard-enforced, you might get stuck.
> - You might want to use [Reqwest](https://docs.rs/reqwest/latest/reqwest/) if all you need is to make a typical
> http request with no need for finegrained control over your http requests get sent or the kind of http responses you can receive
> http request with no need for finegrained control over your http requests that get sent or the kind of http responses you can receive
> and in case the use use of tls is a mere detail only noticable because you are surfing to an `https` server, with the `s` for secure.
>
> In case you are building proxies and you feel that Rama is not the right approach for you,
Expand Down
4 changes: 2 additions & 2 deletions docs/book/src/preface.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
> Axum does mean you give up full control over your web stack, meaning as soon as you need something which
> is not typical or standard-enforced, you might get stuck.
> - You might want to use [Reqwest](https://docs.rs/reqwest/latest/reqwest/) if all you need is to make a typical
> http request with no need for finegrained control over your http requests get sent or the kind of http responses you can receive
> http request with no need for finegrained control over your http requests that get sent or the kind of http responses you can receive
> and in case the use use of tls is a mere detail only noticable because you are surfing to an `https` server, with the `s` for security.
>
> In case you are building proxies and you feel that Rama is not the right approach for you,
> than you might also want to check out [the alternatives mentioned in this project's README],
> than you might also want to check out the alternatives mentioned in this project's README,
> easily available at <https://github.com/plabayo/rama?tab=readme-ov-file#--alternatives>.
>
> Rama is all about empowerement and modularity. It is there to aid you in building your proxies, servers and clients,
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
//! > Axum does mean you give up full control over your web stack, meaning as soon as you need something which
//! > is not typical or standard-enforced, you might get stuck.
//! > - You might want to use [Reqwest](https://docs.rs/reqwest/latest/reqwest/) if all you need is to make a typical
//! > http request with no need for finegrained control over your http requests get sent or the kind of http responses you can receive
//! > http request with no need for finegrained control over your http requests that get sent or the kind of http responses you can receive
//! > and in case the use use of tls is a mere detail only noticable because you are surfing to an `https` server, with the `s` for secure.
//! >
//! > In case you are building proxies and you feel that Rama is not the right approach for you,
//! > than you might also want to check out [the alternatives mentioned in this project's README],
//! > than you might also want to check out the alternatives mentioned in this project's README,
//! > easily available at <https://github.com/plabayo/rama?tab=readme-ov-file#--alternatives>.
//! >
//! > Rama is all about empowerement and modularity. It is there to aid you in building your proxies, servers and clients,
Expand Down

0 comments on commit ff02102

Please sign in to comment.