Fixed some grammatical errors

This commit is contained in:
Martin Šošić 2022-01-20 13:53:09 +01:00 committed by GitHub
parent 8d2c33ab28
commit 13f4081faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -784,10 +784,10 @@ function Home() {
<ul className={clsx(styles.featuresList, styles.featuresListComing)}>
<li> ACL on backend </li>
<li> one-click deployment </li>
<li> more auth methods (Google, Linkedin, ...) </li>
<li> more auth methods (Google, LinkedIn, ...) </li>
<li> tighter integration of entities with other features </li>
<li> themes and layouts </li>
<li> support for explicitely defined server API </li>
<li> support for explicitly defined server API </li>
<li> inline JS - ability to mix JS code with Wasp code! </li>
<li> Typescript support </li>
<li> server-side rendering </li>