From 527a4890aa9ff972d063034efc0d8cfa0c9f62af Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 9 Jan 2023 09:55:30 +0000 Subject: [PATCH] re-word form handling paragraph on homepage --- src/pages/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = () => {

Easy Form Handling

- 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.