mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +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,
|
||||
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 = () => {
|
||||
<div className={styles.featureText}>
|
||||
<h3 className={styles.featureTitle}>Easy Form Handling</h3>
|
||||
<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.
|
||||
</p>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user