Skip to content

Commit 8ac6cce

Browse files
author
Vivek Vishal
authored
replace & with and
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent e918032 commit 8ac6cce

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/sections/Meshery/Features-Col/data

src/sections/Meshery/Features-Col/data/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const LifecycleFeature = () => {
1717

1818
const lifecycleFeatureData = {
1919
name: "Lifecycle",
20-
description: "Manage & operate your cloud native infra from discovery to deployment.",
20+
description: "Manage and operate your cloud native infra from discovery to deployment.",
2121
link: "#",
2222
btnText: "Discover your clusters",
2323
services: [
@@ -41,7 +41,7 @@ const LifecycleFeature = () => {
4141

4242
const configurationFeatureData = {
4343
name: "Configuration",
44-
description: "Design, validate, & version your infra with visual tools & best practices.",
44+
description: "Design, validate, and version your infra with visual tools and best practices.",
4545
link: "#",
4646
btnText: "Get Started",
4747
services: [
@@ -65,7 +65,7 @@ const LifecycleFeature = () => {
6565

6666
const performanceFeatureData = {
6767
name: "Optimization",
68-
description: "Assess, benchmark, & improve the performance of your infra.",
68+
description: "Assess, benchmark, and improve the performance of your infra.",
6969
link: "#",
7070
btnText: "Start Performance Testing",
7171
services: [
@@ -75,7 +75,7 @@ const LifecycleFeature = () => {
7575
{ content: "Statistical reporting: latency histograms, buckets", className: "--on" },
7676
{ content: "Cloud Native Performance spec compliance", className: "--on" },
7777
{ content: "Historical performance tracking across versions", className: "--on" },
78-
{ content: "Prometheus & Grafana integration for metrics", className: "--on" },
78+
{ content: "Prometheus and Grafana integration for metrics", className: "--on" },
7979
{ content: "Support for soak, burst, and capacity tests", className: "--on" },
8080
{ content: "HTTP, TCP, and gRPC load generation support", className: "--on" },
8181
{ content: "Behavioral comparison of CNFs across deployments", className: "--on" }

0 commit comments

Comments
 (0)