Skip to content

Commit

Permalink
fix props description typo in sorting section docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anupam-dagar committed Feb 29, 2020
1 parent 8eb439b commit 0fe58d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src-docs/src/views/tables/sorting/sorting_section.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ export const section = {
The following example shows how to configure column sorting via the{' '}
<EuiCode>sorting</EuiCode>
property and flagging the sortable columns as{' '}
<EuiCode>sortable: true</EuiCode>.To enable the default sorting ability to
<strong>every</strong> column, pass
<EuiCode>enableAllColumns: true</EuiCode> to the
<EuiCode>sortable: true</EuiCode>.To enable the default sorting ability
for <strong>every</strong> column, pass{' '}
<EuiCode>enableAllColumns: true</EuiCode> to the{' '}
<EuiCode>sorting</EuiCode>
prop.
</p>
Expand Down

0 comments on commit 0fe58d7

Please sign in to comment.