Skip to content

Commit

Permalink
fix: typo error in the DataTable documentation (#6150)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulbasithqb committed Mar 14, 2024
1 parent 60ee8a9 commit a130c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/doc/datatable/scroll/frozencolumnsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export default function FrozenColumnsDemo() {
<>
<DocSectionText {...props}>
<p>
A column can be fixed during horizontal scrolling by enablng the <i>frozen</i> property. The location is defined with the <i>alignFrozen</i> that can be <i>left</i> or <i>right</i>.
A column can be fixed during horizontal scrolling by enabling the <i>frozen</i> property. The location is defined with the <i>alignFrozen</i> that can be <i>left</i> or <i>right</i>.
</p>
</DocSectionText>
<DeferredDemo onLoad={loadDemoData}>
Expand Down

0 comments on commit a130c7c

Please sign in to comment.