From 10de4d17097368d9b9dbc2881b65779c144cc7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Mon, 7 Jun 2021 17:43:02 +0200 Subject: [PATCH] typo in changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e125e..a70d534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [2.0.3] - 2021-06-07 ### Fixed -- no longer use `util` module for type verification as it needed to be - polyfilled in the browser. +- no longer use `util` module for type verification as it is needed in the + browser, which would need a polyfill. ## [2.0.2] - 2021-05-26 ### Fixed