tower-rs / tower

async fn(Request) -> Result<Response, Error>
https://docs.rs/tower
MIT License
3.56k stars 281 forks source link

docs: fix grammar #749

Closed EricCrosson closed 1 year ago

EricCrosson commented 1 year ago

Hello,

I've been going through the introductory docs today and found a minor typo. Thanks for your work writing and maintaining these docs -- they're a great introduction!

Cheers