From dbd963deeed5e7423e2251eb9334b20a03706812 Mon Sep 17 00:00:00 2001 From: Ivan Bunin Date: Tue, 5 Feb 2019 14:03:49 +0300 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f94d2a1..ce6aac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,4 +23,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - zero values now remain unitless. -- replace regexp is not case sensitive, so if you want to change `px`, then `pX` values won't be changed. +- replace regexp is now case sensitive, so if you want to change `px`, then `pX` values won't be changed.