diff --git a/docs/data/data-grid/demo/PopularFeaturesDemo.js b/docs/data/data-grid/demo/PopularFeaturesDemo.js index 6982f641c7ad..52f9b8f990ea 100644 --- a/docs/data/data-grid/demo/PopularFeaturesDemo.js +++ b/docs/data/data-grid/demo/PopularFeaturesDemo.js @@ -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, diff --git a/docs/data/data-grid/demo/PopularFeaturesDemo.tsx b/docs/data/data-grid/demo/PopularFeaturesDemo.tsx index 0279cd26429a..1406a02bfb5e 100644 --- a/docs/data/data-grid/demo/PopularFeaturesDemo.tsx +++ b/docs/data/data-grid/demo/PopularFeaturesDemo.tsx @@ -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,