Incorrect
- If you're going to change the color, don't use a neutral color. This
+ If you are going to change the color, don't use a neutral color. This
could be confused with a checkbox that is checked and disabled.
diff --git a/website/react-magma-docs/src/pages/design/combobox.mdx b/website/react-magma-docs/src/pages/design/combobox.mdx
index 46f363081..ac0ee3145 100644
--- a/website/react-magma-docs/src/pages/design/combobox.mdx
+++ b/website/react-magma-docs/src/pages/design/combobox.mdx
@@ -15,7 +15,7 @@ import { LeadParagraph } from '../../components/LeadParagraph';
## Usage
-The list is designed to help the user arrive at a value, but the value does not necessarily have to come from that list. Don't think of it like a Select, but more of a text input with some suggestions.
+The list is designed to help the user arrive at a value, but the value does not necessarily have to come from that list. Do not think of it like a Select, but more of a text input with some suggestions.
![](../../images/inputs/combobox-example.png)
diff --git a/website/react-magma-docs/src/pages/design/indeterminate.mdx b/website/react-magma-docs/src/pages/design/indeterminate.mdx
index a68b17b5d..7d685b6ae 100644
--- a/website/react-magma-docs/src/pages/design/indeterminate.mdx
+++ b/website/react-magma-docs/src/pages/design/indeterminate.mdx
@@ -15,7 +15,7 @@ import { LeadParagraph } from '../../components/LeadParagraph';
## Usage
-Use the indeterminate state when the checkbox contains a sublist of selections, some of which are selected, and some unselected.
+Use the indeterminate state when the checkbox contains a sub list of selections, some of which are selected, and some unselected.
View the