From c3908fcefe2d6489b81b9dea8672c1989bc79554 Mon Sep 17 00:00:00 2001 From: Edwin Jacobs Date: Fri, 15 Jan 2021 15:51:10 +0100 Subject: [PATCH] Fixed typo in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d85b55e..0248df26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 3) Fixed js initialization issues after ajax filtering. It can very well be that this is not relevant for most magento installations. This issue manifested in a missing "back url" when adding products to the cart on the category page. The "back url" determines where the user is sent after the add to cart completes. This was missing due to some javascript not being initialized. -In some situations this would result in the user seeing json data in their browser when the add to cart completes, obviously not desireable. +In some situations this would result in the user seeing json data in their browser when the add to cart completes, obviously not desirable. ## 3.2.1 Fixed regex issue in pager link (only relevant when ajax filtering is enabled).