From 79ba413db2e16cb500036e690af556a5b2963846 Mon Sep 17 00:00:00 2001 From: Jessica Chou Date: Thu, 30 May 2019 05:33:04 -0700 Subject: [PATCH] =?UTF-8?q?Fix=20spelling=20on=20word=20=E2=80=9Creceive?= =?UTF-8?q?=E2=80=9D.=20(#1351)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2324e0b..0c7906d 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ Simply pass the `data` prop anything that resembles an array or object. Client-s /> ``` -**Pro Tip: Using the `resolveData` prop** - Any time the `data` prop value changes (using a `===` comparison), the table will update, but sometimes you need to materialize, alter, or shape this data before it enters the table. To do this, you can use the `resolveData` prop! It recieves the `data` prop as the only parameter and returns the resolved data. +**Pro Tip: Using the `resolveData` prop** - Any time the `data` prop value changes (using a `===` comparison), the table will update, but sometimes you need to materialize, alter, or shape this data before it enters the table. To do this, you can use the `resolveData` prop! It receives the `data` prop as the only parameter and returns the resolved data. ```javascript