From db8d466554a1a85bf9427fb04c1901503d65f93f Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 5 Mar 2019 22:40:04 +0000 Subject: [PATCH] Fix heading in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aefe0f5410..360eaac201 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ ### React DOM Server * Unwind the context stack when a stream is destroyed without completing, to prevent incorrect values during a subsequent render. ([@overlookmotel](https://github.com/overlookmotel) in [#14706](https://github.com/facebook/react/pull/14706/)) -## ESLint Plugin for React Hooks +### ESLint Plugin for React Hooks * Add a new recommended `exhaustive-deps` rule. ([@gaearon](https://github.com/gaearon) in [#14636](https://github.com/facebook/react/pull/14636))