Skip to content

Commit d943443

Browse files
Corrected Minor Spelling Errors in Documentation (#278)
Signed-off-by: andoriyaprashant <[email protected]>
1 parent 6858ae9 commit d943443

File tree

71 files changed

+83
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+83
-83
lines changed

website/docs/architecture/chaos-control-plane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Chaos control plane consists of micro-services responsible for the functioning o
2222

2323
- **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts.
2424

25-
- **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts.
25+
- **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts.
2626

2727
- **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API:
2828

website/docs/architecture/chaos-execution-plane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ sidebar_label: Chaos execution plane
88

99
<img src={require("../assets/chaos-execution-plane.png").default} alt="Chaos Execution Plane" />
1010

11-
Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components.
11+
Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components.
1212

1313
## Litmus Execution Plane Components
1414

15-
Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include:
15+
Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include:
1616

1717
1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR.
1818

website/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the
7474

7575
### Does Litmusctl support actions that are currently performed from the portal dashboard?
7676

77-
Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md).
77+
Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md).
7878

7979
### How to solve `invalid token` issue in litmusctl?
8080

website/docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Glossary
55
---
66

77
:::note
8-
Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions
8+
Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions
99
:::
1010

1111
## Chaos Resources

website/docs/integrations/grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0:
1515
- [Prometheus TSDB](https://prometheus.io/)
1616
- [Prometheus Integration](prometheus.md)
1717

18-
## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs
18+
## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs
1919

2020
The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards
2121

website/docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port.
1616

1717
If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node.
1818

19-
### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed.
19+
### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed.
2020

2121
These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm.
2222

website/versioned_docs/version-3.0.0/architecture/chaos-control-plane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Chaos control plane consists of micro-services responsible for the functioning o
2222

2323
- **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts.
2424

25-
- **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts.
25+
- **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts.
2626

2727
- **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API:
2828

website/versioned_docs/version-3.0.0/architecture/chaos-execution-plane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ sidebar_label: Chaos execution plane
88

99
<img src={require("../assets/chaos-execution-plane.png").default} alt="Chaos Execution Plane" />
1010

11-
Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components.
11+
Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components.
1212

1313
## Litmus Execution Plane Components
1414

15-
Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include:
15+
Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include:
1616

1717
1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR.
1818

website/versioned_docs/version-3.0.0/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the
7474

7575
### Does Litmusctl support actions that are currently performed from the portal dashboard?
7676

77-
Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md).
77+
Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md).
7878

7979
### How to solve `invalid token` issue in litmusctl?
8080

website/versioned_docs/version-3.0.0/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Glossary
55
---
66

77
:::note
8-
Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions
8+
Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions
99
:::
1010

1111
## Chaos Resources

website/versioned_docs/version-3.0.0/integrations/grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0:
1515
- [Prometheus TSDB](https://prometheus.io/)
1616
- [Prometheus Integration](prometheus.md)
1717

18-
## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs
18+
## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs
1919

2020
The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards
2121

website/versioned_docs/version-3.0.0/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port.
1616

1717
If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node.
1818

19-
### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed.
19+
### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed.
2020

2121
These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm.
2222

website/versioned_docs/version-3.1.0/architecture/chaos-control-plane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o
2222

2323
- **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts.
2424

25-
- **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts.
25+
- **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts.
2626

2727
- **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API:
2828

website/versioned_docs/version-3.1.0/architecture/chaos-execution-plane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ sidebar_label: Chaos Execution Plane
88

99
<img src={require("../assets/chaos-execution-plane.png").default} alt="Chaos Execution Plane" />
1010

11-
Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components.
11+
Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components.
1212

1313
## Litmus Execution Plane Components
1414

15-
Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include:
15+
Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include:
1616

1717
1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR.
1818

website/versioned_docs/version-3.1.0/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the
7474

7575
### Does Litmusctl support actions that are currently performed from the portal dashboard?
7676

77-
Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md).
77+
Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md).
7878

7979
### How to solve `invalid token` issue in litmusctl?
8080

website/versioned_docs/version-3.1.0/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Glossary
55
---
66

77
:::note
8-
Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions
8+
Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions
99
:::
1010

1111
## Chaos Resources

website/versioned_docs/version-3.1.0/integrations/grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0:
1515
- [Prometheus TSDB](https://prometheus.io/)
1616
- [Prometheus Integration](prometheus.md)
1717

18-
## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs
18+
## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs
1919

2020
The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards
2121

website/versioned_docs/version-3.1.0/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port.
1616

1717
If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node.
1818

19-
### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed.
19+
### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed.
2020

2121
These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm.
2222

website/versioned_docs/version-3.2.0/architecture/chaos-control-plane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o
2222

2323
- **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts.
2424

25-
- **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts.
25+
- **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts.
2626

2727
- **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API:
2828

website/versioned_docs/version-3.2.0/architecture/chaos-execution-plane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ sidebar_label: Chaos Execution Plane
88

99
<img src={require("../assets/chaos-execution-plane.png").default} alt="Chaos Execution Plane" />
1010

11-
Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure Infrastructure components and Litmus Backend Execution Infrastructure components.
11+
Chaos Execution Plane contains the components responsible for orchestrating the chaos injection in the target resources. They get installed in either an external target cluster if an external chaos infrastructure is being used or in the host cluster containing the control plane if a self chaos infrastructure is being used. It can be further segregated into Litmus Chaos Infrastructure components and Litmus Backend Execution Infrastructure components.
1212

1313
## Litmus Execution Plane Components
1414

15-
Litmus Chaos Infrastructure Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include:
15+
Litmus Chaos Infrastructure components help facilitate the chaos injection, manage chaos observability, and enable chaos automation for target resources. These components include:
1616

1717
1. **Workflow Controller:** The Argo Workflow Controller responsible for the creation of Chaos Experiments using the Chaos Experiment CR.
1818

website/versioned_docs/version-3.2.0/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Once GitOps is enabled, any new chaos experiments created will be stored in the
7474

7575
### Does Litmusctl support actions that are currently performed from the portal dashboard?
7676

77-
Yes, Chaos Infrastructure connection, creation and chaos experiment executiom are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md).
77+
Yes, Chaos Infrastructure connection, creation and chaos experiment execution are now being supported in Litmusctl. [documentation of litmusctl](https://github.com/litmuschaos/litmusctl/blob/master/Usage_0.23.0.md).
7878

7979
### How to solve `invalid token` issue in litmusctl?
8080

website/versioned_docs/version-3.2.0/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar_label: Glossary
55
---
66

77
:::note
8-
Pleas note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions
8+
Please note that Litmus 3.0 is not backward compatible and will require a fresh installation for users looking to migrate from previous versions
99
:::
1010

1111
## Chaos Resources

website/versioned_docs/version-3.2.0/integrations/grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The following should be required before integrating Grafana with litmus 2.0:
1515
- [Prometheus TSDB](https://prometheus.io/)
1616
- [Prometheus Integration](prometheus.md)
1717

18-
## Grafana setup with provisioned data source amd dashboards using Prometheus deployment with scrape jobs
18+
## Grafana setup with provisioned data source and dashboards using Prometheus deployment with scrape jobs
1919

2020
The following steps can be followed to set up Grafana with Prometheus for accessing the integrated and interleaved dashboards
2121

website/versioned_docs/version-3.2.0/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In GKE you have to setup a firewall rule to allow TCP traffic on the node port.
1616

1717
If this firewall rule is set up, It may be accessible on nodeIp:port where nodeIp is the external IP address of your node.
1818

19-
### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenatios, etc are not removed.
19+
### While uninstalling Chaoscenter using helm, some components like subscriber, exporter, event, chaos scenarios, etc are not removed.
2020

2121
These are chaos infrastructure components, which are launched by the control plane server, so first disconnect the chaos infrastructure from the portal then uninstall the portal using helm.
2222

website/versioned_docs/version-3.3.0/architecture/chaos-control-plane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Chaos Control Plane consists of micro-services responsible for the functioning o
2222

2323
- **Web UI:** A React.js based frontend application micro-service with built-in system observability capabilities and an analytics dashboard. It also facilitates teams of users to collaborate over chaos experiments using role-based user accounts.
2424

25-
- **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts.
25+
- **Litmusctl:** A command-line tool that allows management of Litmus Chaos Infrastructure components. It can be used to create chaos infrastructures, project, and manage multiple Litmus accounts.
2626

2727
- **Litmus API:** Refers to two different Litmus APIs, namely Litmus Authentication API and Litmus Portal API:
2828

0 commit comments

Comments
 (0)