From b97db7624dc8a1c2bf619062f32e3bb786729956 Mon Sep 17 00:00:00 2001 From: Gleb Date: Fri, 18 Jun 2021 16:18:55 -0700 Subject: [PATCH] Fix typo in the static class names --- docs/Table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Table.md b/docs/Table.md index 0f1e857f6..76bfa0f3c 100644 --- a/docs/Table.md +++ b/docs/Table.md @@ -100,7 +100,7 @@ The Table component supports the following static class names | Property | Description | | :------------------------------------------------ | :------------------------------------------ | | ReactVirtualized\_\_Table | Main (outer) element | -| ReactVirtualized\_\_Table\_\_headerColumnn | Header cell (similar to `thead > tr > th`) | +| ReactVirtualized\_\_Table\_\_headerColumn | Header cell (similar to `thead > tr > th`) | | ReactVirtualized\_\_Table\_\_headerRow | Header row (similar to `thead > tr`) | | ReactVirtualized\_\_Table\_\_row | Table row (akin to `tbody > tr`) | | ReactVirtualized\_\_Table\_\_rowColumn | Table column (akin to `tbody > tr > td`) |