Skip to content

Commit

Permalink
[docs] Fix typo in DataGrid demo page (mui#6632)
Browse files Browse the repository at this point in the history
  • Loading branch information
banoth-ravinder authored and LukasTy committed Oct 26, 2022
1 parent 5727f43 commit ddc3a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/data-grid/demo/PopularFeaturesDemo.js
Expand Up @@ -62,7 +62,7 @@ export const featuresSet = [
{
id: 4,
name: 'Lazy Loading',
description: 'Easily paginate your rows and only fetqch what you need',
description: 'Easily paginate your rows and only fetch what you need',
plan: 'Pro',
detailPage: '/pagination/',
newBadge: true,
Expand Down
2 changes: 1 addition & 1 deletion docs/data/data-grid/demo/PopularFeaturesDemo.tsx
Expand Up @@ -77,7 +77,7 @@ export const featuresSet: Row[] = [
{
id: 4,
name: 'Lazy Loading',
description: 'Easily paginate your rows and only fetqch what you need',
description: 'Easily paginate your rows and only fetch what you need',
plan: 'Pro',
detailPage: '/pagination/',
newBadge: true,
Expand Down

0 comments on commit ddc3a6b

Please sign in to comment.