diff --git a/src/pages/index.js b/src/pages/index.js index 4c025f1..07ba2f7 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -44,7 +44,7 @@ const highlights = [ icon: faBatteryFull, title: 'Feature Rich', description: ( - <>s provides a lot of features out of box. HTTP/2, logging, etc.> + <>Actix provides a lot of features out of box. HTTP/2, logging, etc.> ), }, { @@ -189,7 +189,7 @@ const Examples = () => {
- Handling multipart/urlencoded form data is easy. Just define a + Handling JSON or URL-encoded form data is easy. Just define a structure that can be deserialized and Actix will handle the rest.