From fc31713bf803dd5d8a8f1b9c2450a347e3125126 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 25 Jun 2018 22:32:25 -0700 Subject: [PATCH] docs: fix typo in CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152054304..9e451ca15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ All notable changes to this project will be documented in this file. See [standa ### BREAKING CHANGES -* Options absent from `argv` (not set via CLI argument) are now absent from the parsed result object rather tahn being set with `undefined` +* Options absent from `argv` (not set via CLI argument) are now absent from the parsed result object rather than being set with `undefined` * drop Node 6 from testing matrix, such that we'll gradually start drifting away from supporting Node 4. * yargs-parser does not populate 'false' when boolean flag is not passed * tests that assert against help output will need to be updated