From 4aa07c33da8ec4a48b2ee56391093c4acfea465a Mon Sep 17 00:00:00 2001 From: Stuart Casarotto Date: Thu, 24 May 2018 17:25:41 -0500 Subject: [PATCH] Typo (#899) arra -> array --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19943cf..d5831fe 100644 --- a/README.md +++ b/README.md @@ -468,7 +468,7 @@ All of these formats receive the following props: // Row-level props row: Object, // the materialized row of data original: , // the original row of data - index: '', // the index of the row in the original arra + index: '', // the index of the row in the original array viewIndex: '', // the index of the row relative to the current view level: '', // the nesting level of this row nestingPath: '', // the nesting path of this row