From 5ac35eb17e2875b7e93c6cea081322b24cf39904 Mon Sep 17 00:00:00 2001 From: "jacob.eva" Date: Thu, 6 Feb 2025 19:05:03 +0000 Subject: [PATCH] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e4bac8..dcc26be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Woocommerce - JS-free variation shopping ## Why? Variable products in Woocommerce have variable IDs, which are used server side -to add the correct product variant to the user's cart. Unfortuntely, these are +to add the correct product variant to the user's cart. Unfortunately, these are sent in the form through the use of JQuery, which requires Javascript. Incredibly cringe.