Skip to content

Commit

Permalink
[docs] Fix typo in DataGrid demo page (#6632) (#6634)
Browse files Browse the repository at this point in the history
Co-authored-by: banoth ravinder <banoth.ravinder66@gmail.com>
  • Loading branch information
LukasTy and banoth-ravinder committed Oct 26, 2022
1 parent 5727f43 commit a6b0b4b
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 a6b0b4b

Please sign in to comment.