+ Feel free say hello on Discord, or show us
+ some love on Twitter.
diff --git a/docs/components/HomeFeatureGrid.vue b/docs/components/HomeFeatureGrid.vue
index 3ed37f5cf..4de339d61 100644
--- a/docs/components/HomeFeatureGrid.vue
+++ b/docs/components/HomeFeatureGrid.vue
@@ -6,20 +6,20 @@ const cards = [
title: 'Fast',
imgSrc: '/img/feature-icons/Fast_Icon.svg',
description:
- 'Leveraging a unique architecture, Feathers lets you focus on building your APIs and real-time applications quickly. You automatically get scalable HTTP and real-time APIs and stay prepared for whatever else the future might bring.',
+ 'Leveraging a unique architecture, Feathers lets you focus on building your APIs and real-time applications quickly. You automatically get scalable HTTP and real-time APIs and stay prepared for whatever else the future might bring.'
},
{
title: 'Universal',
imgSrc: '/img/feature-icons/Universal_Icon.svg',
description:
- 'Feathers can be used with NodeJS, in the browser, with React Native or with any other API client. You can use any database with many supported out of the box and connect your API seamlessly to any frontend framework.',
+ 'Feathers can be used with NodeJS, in the browser, with React Native or with any other API client. You can use any database with many supported out of the box and connect your API seamlessly to any frontend framework.'
},
{
title: 'Flexible',
imgSrc: '/img/feature-icons/Flexible_Icon.svg',
description:
- 'Built for TypeScript, Feathers provides the structure to create complex applications but is flexible enough to not be in the way. With a large ecosystem of plugins you can include exactly what you need. No more, no less.',
- },
+ 'Built for TypeScript, Feathers provides the structure to create complex applications but is flexible enough to not be in the way. With a large ecosystem of plugins you can include exactly what you need. No more, no less.'
+ }
]
diff --git a/docs/components/HomeFeatureGridCard.vue b/docs/components/HomeFeatureGridCard.vue
index ad2a425a8..77bd4af75 100644
--- a/docs/components/HomeFeatureGridCard.vue
+++ b/docs/components/HomeFeatureGridCard.vue
@@ -2,7 +2,7 @@
defineProps({
title: String,
imgSrc: String,
- description: String,
+ description: String
})
@@ -12,6 +12,6 @@ defineProps({