Skip to content

Commit e3580e9

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • src/sections/Meshery/Meshery-features

src/sections/Meshery/Meshery-features/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const MesheryFeatures = () => {
9090
},
9191
{
9292
id: "five",
93-
title: "Performance Management & Load Testing",
93+
title: "Performance Management and Load Testing",
9494
description:
9595
"Comprehensive performance testing with multiple load generators (Fortio, Wrk2, Nighthawk). Create reusable performance profiles and track historical performance data.",
9696
learnMoreLink: "https://playground.meshery.io/performance",
@@ -110,7 +110,7 @@ const MesheryFeatures = () => {
110110
},
111111
{
112112
id: "six",
113-
title: "Cloud Native Catalog & Patterns",
113+
title: "Cloud Native Catalog and Patterns",
114114
description:
115115
"Access 400+ curated design patterns and templates. Share, clone, and customize designs with built -in best practices for common deployment scenarios.", content: (
116116
<div className="feature-expose-full">
@@ -130,7 +130,7 @@ const MesheryFeatures = () => {
130130
},
131131
{
132132
id: "seven",
133-
title: "Environments & GitOps Integration",
133+
title: "Environments and GitOps Integration",
134134
description:
135135
"Manage resources as groups with Environments. Get infrastructure snapshots in pull requests and preview deployments before merging changes.", content: (
136136
<div className="feature-expose">
@@ -177,4 +177,4 @@ const MesheryFeatures = () => {
177177
);
178178
};
179179

180-
export default MesheryFeatures;
180+
export default MesheryFeatures;

0 commit comments

Comments
 (0)