From c46c0733e2bebb298fc3294256c678b27d1cc640 Mon Sep 17 00:00:00 2001 From: Kausik S S <75879688+k1499@users.noreply.github.com> Date: Tue, 7 Sep 2021 00:35:15 +0530 Subject: [PATCH] Typo fixed (#22171) --- 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 2ca3d246f7..d858072a8d 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -185,7 +185,7 @@ Learn more about this change at [fb.me/devtools-unsupported-bridge-protocol](htt ## 4.12.4 (April 19, 2021) #### Bugfix -* Remove `@octokit/rest` depedency because of a problem with transitive dependencies ([bvaughn](https://github.com/bvaughn) in [#21317](https://github.com/facebook/react/pull/21317)) +* Remove `@octokit/rest` dependency because of a problem with transitive dependencies ([bvaughn](https://github.com/bvaughn) in [#21317](https://github.com/facebook/react/pull/21317)) ## 4.12.3 (April 19, 2021) #### Bugfix