From 97760264e97027e04a1e9bc1f36b58096705daa0 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 22 May 2018 11:50:41 -0500 Subject: [PATCH] Remove the word 'simply', it's not helping --- react/forcing-a-child-remount-with-the-key-prop.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/react/forcing-a-child-remount-with-the-key-prop.md b/react/forcing-a-child-remount-with-the-key-prop.md index 9b8a0a8..794963e 100644 --- a/react/forcing-a-child-remount-with-the-key-prop.md +++ b/react/forcing-a-child-remount-with-the-key-prop.md @@ -36,6 +36,6 @@ class MyComponent extends React.Component { } ``` -I can force this `Counter` component to remount, thus resetting its state -simply by passing it a new `key` value. The `button` can trigger this by -updating the `remountKey` value. +I can force this `Counter` component to remount, thus resetting its state by +passing it a new `key` value. The `button` can trigger this by updating the +`remountKey` value.