From dc8d177af0c1605b8fe7dbb405e06c9a51a89255 Mon Sep 17 00:00:00 2001 From: Chandler Prall Date: Tue, 15 Oct 2019 10:50:52 -0600 Subject: [PATCH] Correct the tables' listing of onSelectionChanged -> onSelectionChange --- src-docs/src/views/tables/basic/props_info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-docs/src/views/tables/basic/props_info.js b/src-docs/src/views/tables/basic/props_info.js index 0dc3d730f1b..af3b5d0adf3 100644 --- a/src-docs/src/views/tables/basic/props_info.js +++ b/src-docs/src/views/tables/basic/props_info.js @@ -158,7 +158,7 @@ export const propsInfo = { __docgenInfo: { _euiObjectType: 'type', props: { - onSelectionChanged: { + onSelectionChange: { description: 'A callback that will be called whenever the item selection changes', required: false,