Neil Berkman
commited on
Fix grammatical error (#430)
Browse files> It's is a contraction and should be used where a sentence would normally read "it is." The apostrophe indicates that part of a word has been removed. It's with no apostrophe, on the other hand, is the possessive word, like "his" and "her," for nouns without gender.
docs/src/components/UsecaseList.astro
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
import UsecaseItem from "./UsecaseItem.astro";
|
3 |
---
|
4 |
-
<p class="text-base md:text-xl lg:text-2xl text-black">Due to
|
5 |
cases.</p>
|
6 |
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4 md:gap-6 lg:gap-12 mt-10">
|
7 |
<UsecaseItem
|
@@ -20,4 +20,4 @@ import UsecaseItem from "./UsecaseItem.astro";
|
|
20 |
title="Feature Adoption"
|
21 |
description="Highlight new features, explain how to use them and make sure your users don't miss them."
|
22 |
/>
|
23 |
-
</div>
|
|
|
1 |
---
|
2 |
import UsecaseItem from "./UsecaseItem.astro";
|
3 |
---
|
4 |
+
<p class="text-base md:text-xl lg:text-2xl text-black">Due to its extensive API, driver.js can be used for a wide range of use
|
5 |
cases.</p>
|
6 |
<div class="grid grid-cols-1 sm:grid-cols-2 gap-4 md:gap-6 lg:gap-12 mt-10">
|
7 |
<UsecaseItem
|
|
|
20 |
title="Feature Adoption"
|
21 |
description="Highlight new features, explain how to use them and make sure your users don't miss them."
|
22 |
/>
|
23 |
+
</div>
|