From 5cf9326cfc82cebcb8e50b0cb0f882cf58863f73 Mon Sep 17 00:00:00 2001 From: Jonathan Persson Date: Fri, 3 Nov 2017 10:13:59 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3395be9b..f73b3343 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ function getParent() { ### Body class When the modal is opened a `ReactModal__Body--open` class is added to the `body` tag. -You can use this to remove scrolling on the the body while the modal is open. +You can use this to remove scrolling on the body while the modal is open. ```CSS /* Remove scroll on the body when react-modal is open */