From 007fcbeea42bb232e8f571ffb3722e84560d6bf5 Mon Sep 17 00:00:00 2001 From: Tomer Cohen Date: Wed, 12 Aug 2020 20:12:11 +0300 Subject: [PATCH] Typo fix: s/chagne/change --- docs/row-expand-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/row-expand-props.md b/docs/row-expand-props.md index f24d6c33c..ddb896856 100644 --- a/docs/row-expand-props.md +++ b/docs/row-expand-props.md @@ -4,7 +4,7 @@ title: Row Expand Props --- `react-bootstrap-table2` supports the row expand feature. By passing prop `expandRow` to enable this functionality. -> Default is click to expand/collapse a row. In addition, we don't support any way to chagne this mechanism! +> Default is click to expand/collapse a row. In addition, we don't support any way to change this mechanism! ## Required * [renderer (**required**)](#expandrowrenderer-function)