From 0fe58d7df41fa1c1dfc4ef58833a3fde1852f7b7 Mon Sep 17 00:00:00 2001 From: Anupam Dagar Date: Sun, 1 Mar 2020 05:18:24 +0800 Subject: [PATCH] fix props description typo in sorting section docs. --- src-docs/src/views/tables/sorting/sorting_section.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-docs/src/views/tables/sorting/sorting_section.js b/src-docs/src/views/tables/sorting/sorting_section.js index 4ee2f4838a98..6b376b090c84 100644 --- a/src-docs/src/views/tables/sorting/sorting_section.js +++ b/src-docs/src/views/tables/sorting/sorting_section.js @@ -24,9 +24,9 @@ export const section = { The following example shows how to configure column sorting via the{' '} sorting property and flagging the sortable columns as{' '} - sortable: true.To enable the default sorting ability to - every column, pass - enableAllColumns: true to the + sortable: true.To enable the default sorting ability + for every column, pass{' '} + enableAllColumns: true to the{' '} sorting prop.