From 4c68975cf05a5d802e6b5124254f252837178f4c Mon Sep 17 00:00:00 2001 From: Jon Portella <35599326+jportella93@users.noreply.github.com> Date: Thu, 30 May 2019 14:32:44 +0200 Subject: [PATCH] fix typo (#1350) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc28f66..2324e0b 100644 --- a/README.md +++ b/README.md @@ -1159,7 +1159,7 @@ Fortunately, ReactTable exposes a LOT of functionality as props to the component props to keep track of and that is where HOCs come in. You can write a HOC that just focusses on the additional functionality you want to enhance and keep those enhancements to -reuse over and over again when you need them. You don't have to edit the ReactSource code, just wrap ReactTable in one or +reuse over and over again when you need them. You don't have to edit the ReactTable source code, just wrap ReactTable in one or more HOCs (more on some issues related to chaining HOCs later) that provide the additional functionality you want to expose. The most obvious HOC is one that can add `checkbox` or select functionality. The HOC included provides `select` functionality