diff --git a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-app-kill.md b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-app-kill.md index 7f5e63af53f..44b5c9d529e 100644 --- a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-app-kill.md +++ b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-app-kill.md @@ -169,7 +169,7 @@ CM_WATCHED_CUSTOM_SERVICES - It limits watched packages/classes/methods by providing a comma-seperated list of fully qualified packages(class and/or method names) + It limits watched packages/classes/methods by providing a comma-separated list of fully qualified packages(class and/or method names) Default is an empty list, which means it will target all services diff --git a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-cpu-stress.md b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-cpu-stress.md index 91df174cf55..bd17e52a5f5 100644 --- a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-cpu-stress.md +++ b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-cpu-stress.md @@ -174,7 +174,7 @@ CM_WATCHED_CUSTOM_SERVICES - It limits watched packages/classes/methods, it contains comma seperated list of fully qualified packages(class and/or method names) + It limits watched packages/classes/methods, it contains comma separated list of fully qualified packages(class and/or method names) Default is an empty list, which means it will target all services diff --git a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-exceptions.md b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-exceptions.md index 5bb9e0f7d1a..2c863c219e0 100644 --- a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-exceptions.md +++ b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-exceptions.md @@ -180,7 +180,7 @@ CM_WATCHED_CUSTOM_SERVICES - It limits watched packages/classes/methods, it contains comma seperated list of fully qualified packages(class and/or method names) + It limits watched packages/classes/methods, it contains comma separated list of fully qualified packages(class and/or method names) ByDefault it is empty list, which means it target all services diff --git a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-experiments-tunables.md b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-experiments-tunables.md index 37f332691bd..81138517532 100644 --- a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-experiments-tunables.md +++ b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-experiments-tunables.md @@ -40,7 +40,7 @@ spec: ### Watch Custom Services -It contains comma seperated list of fully qualified packages(class and/or method names), which limits watched packages/classes/methods. It can be tuned by `CM_WATCHED_CUSTOM_SERVICES` ENV. +It contains comma separated list of fully qualified packages(class and/or method names), which limits watched packages/classes/methods. It can be tuned by `CM_WATCHED_CUSTOM_SERVICES` ENV. Use the following example to tune this: diff --git a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-faults.md b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-faults.md index 83eb5e512f3..80c437caec7 100644 --- a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-faults.md +++ b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-faults.md @@ -219,7 +219,7 @@ CM_WATCHED_CUSTOM_SERVICES - It limits watched packages/classes/methods, it contains comma seperated list of fully qualified packages(class and/or method names) + It limits watched packages/classes/methods, it contains comma separated list of fully qualified packages(class and/or method names) ByDefault it is empty list, which means it target all services diff --git a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-latency.md b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-latency.md index b7be528e134..c7b616c2e85 100644 --- a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-latency.md +++ b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-latency.md @@ -174,7 +174,7 @@ CM_WATCHED_CUSTOM_SERVICES - It limits watched packages/classes/methods, it contains comma seperated list of fully qualified packages(class and/or method names) + It limits watched packages/classes/methods, it contains comma separated list of fully qualified packages(class and/or method names) ByDefault it is empty list, which means it target all services diff --git a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-memory-stress.md b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-memory-stress.md index 03d88fba66c..0c4086e4a01 100644 --- a/mkdocs/docs/experiments/categories/spring-boot/spring-boot-memory-stress.md +++ b/mkdocs/docs/experiments/categories/spring-boot/spring-boot-memory-stress.md @@ -174,7 +174,7 @@ CM_WATCHED_CUSTOM_SERVICES - It limits watched packages/classes/methods, it contains comma seperated list of fully qualified packages(class and/or method names) + It limits watched packages/classes/methods, it contains comma separated list of fully qualified packages(class and/or method names) ByDefault it is empty list, which means it target all services diff --git a/mkdocs/docs/experiments/concepts/chaos-resources/chaos-engine/application-details.md b/mkdocs/docs/experiments/concepts/chaos-resources/chaos-engine/application-details.md index 879a28a019e..f2721d6eebe 100644 --- a/mkdocs/docs/experiments/concepts/chaos-resources/chaos-engine/application-details.md +++ b/mkdocs/docs/experiments/concepts/chaos-resources/chaos-engine/application-details.md @@ -155,7 +155,7 @@ Use the following example to tune this: [embedmd]:# (../chaos-engine/engine-spec/auxiliary-appinfo.yaml yaml) ```yaml -# contains the comma seperated list of auxiliary applications details +# contains the comma separated list of auxiliary applications details # it is provide in `:,:` format apiVersion: litmuschaos.io/v1alpha1 kind: ChaosEngine diff --git a/mkdocs/docs/experiments/concepts/chaos-resources/probes/k8sProbe.md b/mkdocs/docs/experiments/concepts/chaos-resources/probes/k8sProbe.md index 6b078d97305..21941a21388 100644 --- a/mkdocs/docs/experiments/concepts/chaos-resources/probes/k8sProbe.md +++ b/mkdocs/docs/experiments/concepts/chaos-resources/probes/k8sProbe.md @@ -494,7 +494,7 @@ Use the following example to tune this: [embedmd]:# (https://raw.githubusercontent.com/litmuschaos/litmus/master/mkdocs/docs/experiments/concepts/chaos-resources/probes/k8sProbe/present-operation.yaml yaml) ```yaml -# verify the existance of the resource matched with the given inputs inside cluster +# verify the existence of the resource matched with the given inputs inside cluster apiVersion: litmuschaos.io/v1alpha1 kind: ChaosEngine metadata: diff --git a/monitoring/platforms/kublr/README.md b/monitoring/platforms/kublr/README.md index 1fb32b17d39..07fa21a7e0e 100644 --- a/monitoring/platforms/kublr/README.md +++ b/monitoring/platforms/kublr/README.md @@ -9,7 +9,7 @@ need to set up prometheus and grafana to enable monitoring, it is possible to ju - [Grafana Dashboards](https://github.com/litmuschaos/litmus/blob/master/monitoring/platforms/kublr/grafana-dashboards) - > Contains chaos interleaved grafana dashboards for various native k8s and application metrics. These dashboards are modified slightly relative to the dashboards in the generic getting started guide to accomodate for additional labels which Kublr introduces in its centralized monitoring. + > Contains chaos interleaved grafana dashboards for various native k8s and application metrics. These dashboards are modified slightly relative to the dashboards in the generic getting started guide to accommodate for additional labels which Kublr introduces in its centralized monitoring. # Demonstration