From 8d0e1863124d779e8de38364ad283b7221129a94 Mon Sep 17 00:00:00 2001 From: Jason Young <37549879+jasonyoung-cd@users.noreply.github.com> Date: Sat, 14 Apr 2018 02:08:02 -0700 Subject: [PATCH] fix(table): typo in README.md (#1729) --- src/components/table/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/table/README.md b/src/components/table/README.md index a543946a0c8..5f3c8210a41 100755 --- a/src/components/table/README.md +++ b/src/components/table/README.md @@ -981,7 +981,7 @@ if (typeof a[key] === 'number' && typeof b[key] === 'number') { ### Disable local sorting If you want to handle sorting entirely in your app, you can disable the local -sorting in `` bu setting the prop `no-local-sorting` to true, while +sorting in `` by setting the prop `no-local-sorting` to true, while still maintaining the sortable header functionality. You can use the syncable props `sort-by.sync` and `sort-desc.sync` to detect