Skip to content

Fix typos on the main page #330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
8 changes: 4 additions & 4 deletions website/src/components/section/Home/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const exploreLitmusData = [
{
icon: 'img/chaos-hub.svg',
heading: 'ChaosHub',
description: 'GA shop for thousands of pre defined workflows and experiements to be used.',
description: 'GA shop for thousands of pre defined workflows and experiments to be used.',
url: '/chaoshub'
},
{
Expand All @@ -29,7 +29,7 @@ export const advancedLitmusData = [
{
icon: 'img/AdvanceLitmus/design.svg',
heading: 'Design & Architecture',
description: 'Know in depth details of the LitmusChaos architecture used for testing resiliency of system.',
description: 'Know in depth details of the LitmusChaos architecture used for testing resiliency of the system.',
url: '/docs/architecture/overview/'
},
{
Expand All @@ -53,13 +53,13 @@ export const advancedLitmusData = [
{
icon: 'img/AdvanceLitmus/git-ops.svg',
heading: 'GitOps',
description: 'Enabling GitOps is what makes Litmus stand out from rest. Know how.',
description: 'Enabling GitOps is what makes Litmus stand out from the rest. Know how.',
url: '/docs/concepts/gitops'
},
{
icon: 'img/AdvanceLitmus/multi-tenancy.svg',
heading: 'Multi Tenancy',
description: 'Litmus security features are one of the best thing and can not be overlooked.',
description: 'Litmus security features are one of the best things and can not be overlooked.',
url: '/docs/concepts/teaming'
}
]
Expand Down