1
0
mirror of https://github.com/actix/actix-website synced 2024-11-27 18:12:57 +01:00

re-word form handling paragraph on homepage

This commit is contained in:
Rob Ede 2023-01-09 09:55:30 +00:00 committed by GitHub
parent 5ee42c0ac2
commit 527a4890aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ const highlights = [
icon: faBatteryFull, icon: faBatteryFull,
title: 'Feature Rich', title: 'Feature Rich',
description: ( 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 = () => {
<div className={styles.featureText}> <div className={styles.featureText}>
<h3 className={styles.featureTitle}>Easy Form Handling</h3> <h3 className={styles.featureTitle}>Easy Form Handling</h3>
<p> <p>
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. structure that can be deserialized and Actix will handle the rest.
</p> </p>
</div> </div>