From 1bfeee7954639e552fb40eaf4f3ddaec0f2a479d Mon Sep 17 00:00:00 2001 From: Matteo Boschi Date: Thu, 26 May 2022 16:11:22 +0200 Subject: [PATCH] `README.md`fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc2726c52..04bb67d85 100644 --- a/README.md +++ b/README.md @@ -644,7 +644,7 @@ To make RHL more reliable and safe, please place `hot` _below_ (ie somewhere in You may(but it's not required) place `hot` to the every route/page/feature/lazy chunk, thus make updates more scoped. -You don't need to wrap every component with `hot`, application work work fine with a single one. +You don't need to wrap every component with `hot`, application works fine with a single one. ### (old)`hot(module, options)(Component, options)`