Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ const FeatureList: FeatureItem[] = [
title: 'TypeScript Compatibility',
Svg: require('@site/static/img/typescript-support.svg').default,
description:
'Our library is meticulously crafted in TypeScript, ensuring seamless compatibility with all contemporary web browsers."',
'Our library is meticulously crafted in TypeScript, ensuring seamless compatibility with all contemporary web browsers.',
},
{
title: 'Highly Customizable',
Svg: require('@site/static/img/customizable.svg').default,
description:
'ou can effortlessly personalize the loader by supplying custom properties to the loader component',
'You can effortlessly personalize the loader by supplying custom properties to the loader component.',
},
{
title: 'Light Weight',
Expand Down