Skip to content

Commit

Permalink
[docs] Fix typo in row spanning doc
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Sep 30, 2024
1 parent 50f9889 commit 63db334
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const rootStyles = {
},
};

export default function RowSpanningCalender() {
export default function RowSpanningCalendar() {
return (
<Box sx={rootStyles}>
<DataGrid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const rootStyles = {
},
};

export default function RowSpanningCalender() {
export default function RowSpanningCalendar() {
return (
<Box sx={rootStyles}>
<DataGrid
Expand Down
2 changes: 1 addition & 1 deletion docs/data/data-grid/row-spanning/row-spanning.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Row spanning works well with features like [sorting](/x/react-data-grid/sorting/

The demo below recreates the calendar from the [column spanning documentation](/x/react-data-grid/column-spanning/#function-signature) using the row spanning feature:

{{"demo": "RowSpanningCalender.js", "bg": "inline", "defaultCodeOpen": false}}
{{"demo": "RowSpanningCalendar.js", "bg": "inline", "defaultCodeOpen": false}}

## API

Expand Down

0 comments on commit 63db334

Please sign in to comment.