Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasMasuch committed Apr 3, 2024
1 parent 60cec07 commit 9f41458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/docs/examples/row-selections.stories.tsx
Expand Up @@ -22,7 +22,7 @@ export default {
<Description>
You can enable row selections by setting <PropName>rowSelect</PropName> prop to{" "}
<PropName>multi</PropName> for multi-selection or <PropName>single</PropName> for
single-selection. The row marker behavior and appearance can be controlled by setting the{" "}
single-selection. The row marker behavior and appearance can be controlled via the{" "}
<PropName>rowMarkers</PropName> prop.
</Description>
}>
Expand Down

0 comments on commit 9f41458

Please sign in to comment.