From 62ccd923ffcc4ef2612aa83929fed48d29fd4e2f Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Mon, 1 Jul 2019 07:02:52 +1200 Subject: [PATCH] docs: fix typos (#605) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4f3072..ab8b8b5 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