From efa5dbe7a57c2e761bae90e07391f43ce7c01132 Mon Sep 17 00:00:00 2001 From: bbolek Date: Tue, 20 Aug 2019 19:51:01 +0300 Subject: [PATCH] Update CHANGELOG.md (#16439) * Update CHANGELOG.md Fixed typo --- packages/react-devtools/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index ef42453c96..bc10a248ba 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -20,7 +20,7 @@ ## 4.0.3 (August 17, 2019) #### Bug fixes -* ES6 `Map` and `Set`, typed arrays, and other unnserializable types (e.g. Immutable JS) can now be inspected. +* ES6 `Map` and `Set`, typed arrays, and other unserializable types (e.g. Immutable JS) can now be inspected. * Empty objects and arrays now display an "(empty)" label to the right to reduce confusion. * Components that use only the `useContext` hook now properly display hooks values in side panel. * Style editor now supports single quotes around string values (e.g. both `"red"` and `'red'`).