From 1404f79dd9bfda5fbab3d4474e3132e1bfff31a7 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sat, 2 Feb 2019 13:28:02 -0800 Subject: [PATCH] doc: fix typo in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 466ddfed..79de745b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ All notable changes to this project will be documented in this file. See [standa ### BREAKING CHANGES * a flag with no right-hand value no longer populates defaulted options with `undefined`. -* quotes and beginning and endings of strings are not removed during parsing. +* quotes at beginning and endings of strings are not removed during parsing.