Skip to content

Commit

Permalink
fix typo (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamsoffer committed Feb 10, 2021
1 parent 275e104 commit f4c7ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/www/components/CommonAdminTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const CommonAdminTable = ({
place="top"
type="dark"
effect="solid">
To multi-sot (sort by two column simultaneously)
To multi-sort (sort by two column simultaneously)
hold shift while clicking on second column name.
</ReactTooltip>
<Help
Expand Down
2 changes: 1 addition & 1 deletion packages/www/components/Table-v2/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ const Table = <T extends Record<string, unknown>>({
place="top"
type="dark"
effect="solid">
To multi-sot (sort by two column simultaneously)
To multi-sort (sort by two column simultaneously)
hold shift while clicking on second column name.
</ReactTooltip>
<Help
Expand Down

0 comments on commit f4c7ace

Please sign in to comment.