diff --git a/src/pages/index.js b/src/pages/index.js index 71cf24a..4c025f1 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -44,7 +44,7 @@ const highlights = [ icon: faBatteryFull, title: 'Feature Rich', description: ( - <>Actix provides a lot of features out of box. HTTP/2, logging, etc.> + <>s provides a lot of features out of box. HTTP/2, logging, etc.> ), }, { @@ -137,7 +137,7 @@ const Examples = () => {
- Getting started with actix is easy. An actix app comes with a URL routing system that lets you match on + Getting started with Actix is easy. An Actix app comes with a URL routing system that lets you match on URLs and invoke individual handlers.
- Handler functions in actix can return a wide range of objects that
+ Handler functions in Actix can return a wide range of objects that
implement the Responder
trait. This makes it a breeze
to return consistent responses from your APIs.
Handling multipart/urlencoded form data is easy. Just define a - structure that can be deserialized and actix will handle the rest. + structure that can be deserialized and Actix will handle the rest.