From cdad354c9df6a3d0245be38023dc0c35bd6524c0 Mon Sep 17 00:00:00 2001 From: henning-kvinnesland <39047273+henning-kvinnesland@users.noreply.github.com> Date: Fri, 15 Mar 2019 16:13:00 +0100 Subject: [PATCH] Fix typo. `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 025d03d41..08198fad7 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)