diff --git a/README.md b/README.md
index a4f30721..ab8b8b5f 100644
--- a/README.md
+++ b/README.md
@@ -155,9 +155,9 @@ will be returned. If you target one element, that instance will be returned.
## Terminology
| Word | Definition |
| ------ | ---------- |
-| Choice | A choice is a value a user can select. A choice would be equivelant to the `` element within a select input. |
+| Choice | A choice is a value a user can select. A choice would be equivalent to the `` element within a select input. |
| Group | A group is a collection of choices. A group should be seen as equivalent to a `` element within a select input.|
-| Item | An item is an inputted value (text input) or a selected choice (select element). In the context of a select element, an item is equivelent to a selected option element: `` whereas in the context of a text input an item is equivelant to ``|
+| Item | An item is an inputted value (text input) or a selected choice (select element). In the context of a select element, an item is equivalent to a selected option element: `` whereas in the context of a text input an item is equivalent to ``|
## Configuration options