From 0b7dd0e9c0a76b1f46feafa01104e5f0d3b4d8b6 Mon Sep 17 00:00:00 2001 From: Bart Duisters <43420049+bartduisters@users.noreply.github.com> Date: Thu, 20 Dec 2018 22:07:00 +0100 Subject: [PATCH] docs: typo 'they changes' -> 'the changes' --- docs/documentation/stories/configure-hmr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/stories/configure-hmr.md b/docs/documentation/stories/configure-hmr.md index 58e34ac924..e3551578d9 100644 --- a/docs/documentation/stories/configure-hmr.md +++ b/docs/documentation/stories/configure-hmr.md @@ -176,6 +176,6 @@ When starting the server Webpack will tell you that it’s enabled: NOTICE Hot Module Replacement (HMR) is enabled for the dev server. -Now if you make changes to one of your components they changes should be visible automatically without a complete browser refresh. +Now if you make changes to one of your components the changes should be visible automatically without a complete browser refresh.