From b500f2d0ce741716d9c14ad742719b266bd1d576 Mon Sep 17 00:00:00 2001 From: Ondrysak Date: Sun, 17 Dec 2023 00:37:42 +0100 Subject: [PATCH] docs: fix typo in README.md (#27841) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff6a40aea7119..c1a8c800546e3 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The documentation is divided into several sections: * [Installation](https://react.dev/learn/installation) * [Describing the UI](https://react.dev/learn/describing-the-ui) * [Adding Interactivity](https://react.dev/learn/adding-interactivity) -* [Manging State](https://react.dev/learn/managing-state) +* [Managing State](https://react.dev/learn/managing-state) * [Advanced Guides](https://react.dev/learn/escape-hatches) * [API Reference](https://react.dev/reference/react) * [Where to Get Support](https://react.dev/community)