From f80e1ea66c8529e7b6589c6423454092923d0906 Mon Sep 17 00:00:00 2001 From: henning-kvinnesland <39047273+henning-kvinnesland@users.noreply.github.com> Date: Sun, 17 Mar 2019 06:30:21 +0100 Subject: [PATCH] Fix typo. (#856) `chagne` => `change` --- docs/row-expand.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/row-expand.md b/docs/row-expand.md index 025d03d..08198fa 100644 --- a/docs/row-expand.md +++ b/docs/row-expand.md @@ -2,7 +2,7 @@ # Row expand `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**)](#renderer)