From da4d225ef379f0200c1a9882f229020e3d899862 Mon Sep 17 00:00:00 2001 From: Bob Conan Date: Thu, 24 Oct 2024 13:27:52 -0500 Subject: [PATCH] Update CHANGELOG.md, fix a typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7765382..ff86b9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -622,7 +622,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.1.2] - 2014-12-23 ### Changed - Exposed helpers into parser instances (for plugins). -- Removed utils from global export - been in instances seems enougth. +- Removed utils from global export - been in instances seems enough. - Refactored demo & added markdown-it-emoji to it.