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:
parent
5ee42c0ac2
commit
527a4890aa
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user