From da0a47bec3c13bd93793811155de00730d2e27ae Mon Sep 17 00:00:00 2001 From: Heaven Date: Wed, 21 Aug 2019 00:48:03 +0800 Subject: [PATCH] fix typo in CHNAGELOG.md (#16447) --- 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 4c47090d0d..ef42453c96 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -16,7 +16,7 @@ ## 4.0.4 (August 18, 2019) #### Bug fixes -* Bugfox for potential error if a min-duration commit filter is applied after selecting a fiber in the Profiler UI. +* Bugfix for potential error if a min-duration commit filter is applied after selecting a fiber in the Profiler UI. ## 4.0.3 (August 17, 2019) #### Bug fixes