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.