Skip to content

Commit 831d20e

Browse files
authored
Fix typos on the main page (#330)
* Update data.js * Update data.js * Update data.js
1 parent 06a94bc commit 831d20e

File tree

1 file changed

+4
-4
lines changed
  • website/src/components/section/Home

1 file changed

+4
-4
lines changed

website/src/components/section/Home/data.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const exploreLitmusData = [
88
{
99
icon: 'img/chaos-hub.svg',
1010
heading: 'ChaosHub',
11-
description: 'GA shop for thousands of pre defined workflows and experiements to be used.',
11+
description: 'GA shop for thousands of pre defined workflows and experiments to be used.',
1212
url: '/chaoshub'
1313
},
1414
{
@@ -29,7 +29,7 @@ export const advancedLitmusData = [
2929
{
3030
icon: 'img/AdvanceLitmus/design.svg',
3131
heading: 'Design & Architecture',
32-
description: 'Know in depth details of the LitmusChaos architecture used for testing resiliency of system.',
32+
description: 'Know in depth details of the LitmusChaos architecture used for testing resiliency of the system.',
3333
url: '/docs/architecture/overview/'
3434
},
3535
{
@@ -53,13 +53,13 @@ export const advancedLitmusData = [
5353
{
5454
icon: 'img/AdvanceLitmus/git-ops.svg',
5555
heading: 'GitOps',
56-
description: 'Enabling GitOps is what makes Litmus stand out from rest. Know how.',
56+
description: 'Enabling GitOps is what makes Litmus stand out from the rest. Know how.',
5757
url: '/docs/concepts/gitops'
5858
},
5959
{
6060
icon: 'img/AdvanceLitmus/multi-tenancy.svg',
6161
heading: 'Multi Tenancy',
62-
description: 'Litmus security features are one of the best thing and can not be overlooked.',
62+
description: 'Litmus security features are one of the best things and can not be overlooked.',
6363
url: '/docs/concepts/teaming'
6464
}
6565
]

0 commit comments

Comments
 (0)