Skip to content

Commit 6d923f1

Browse files
Fix typos in xk6-disruptor docs
1 parent 66575d6 commit 6d923f1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/sources/k6/next/testing-guides/injecting-faults-with-xk6-disruptor/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Common use cases are:
4444

4545
## Learn more
4646

47-
Lear more about [Fault injection](https://k6.io/blog/democratize-chaos-testing/) and [Building Resilience early in the development cycle](https://k6.io/blog/building-resilience-early-in-the-development-cycle/).
47+
Learn more about [Fault injection](https://k6.io/blog/democratize-chaos-testing/) and [Building Resilience early in the development cycle](https://k6.io/blog/building-resilience-early-in-the-development-cycle/).
4848

4949
Check the [first steps](https://grafana.com/docs/k6/<K6_VERSION>/testing-guides/injecting-faults-with-xk6-disruptor/first-steps) to get started with the disruptor.
5050

docs/sources/k6/next/testing-guides/injecting-faults-with-xk6-disruptor/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ If you find an error similar to the following when using the xk6-disruptor, cont
2626
> ERROR\[0000\] error creating PodDisruptor: pods "nginx" is forbidden: violates PodSecurity "baseline:latest": non-default capabilities (container "xk6-agent" must not include "NET_ADMIN", "NET_RAW" in securityContext.capabilities.add)
2727
2828
You also need to ensure your test application is accessible from the machine where the tests run.
29-
Refer to [Expose your application](https://grafana.com/docs/k6/<K6_VERSION>/testing-guides/injecting-faults-with-xk6-disruptor/expose--your-application) section for instructions on how to make your application available from outside the Kubernetes cluster..
29+
Refer to [Expose your application](https://grafana.com/docs/k6/<K6_VERSION>/testing-guides/injecting-faults-with-xk6-disruptor/expose--your-application) section for instructions on how to make your application available from outside the Kubernetes cluster.

docs/sources/k6/v1.0.x/testing-guides/injecting-faults-with-xk6-disruptor/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Common use cases are:
4444

4545
## Learn more
4646

47-
Lear more about [Fault injection](https://k6.io/blog/democratize-chaos-testing/) and [Building Resilience early in the development cycle](https://k6.io/blog/building-resilience-early-in-the-development-cycle/).
47+
Learn more about [Fault injection](https://k6.io/blog/democratize-chaos-testing/) and [Building Resilience early in the development cycle](https://k6.io/blog/building-resilience-early-in-the-development-cycle/).
4848

4949
Check the [first steps](https://grafana.com/docs/k6/<K6_VERSION>/testing-guides/injecting-faults-with-xk6-disruptor/first-steps) to get started with the disruptor.
5050

docs/sources/k6/v1.0.x/testing-guides/injecting-faults-with-xk6-disruptor/requirements.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ If you find an error similar to the following when using the xk6-disruptor, cont
2626
> ERROR\[0000\] error creating PodDisruptor: pods "nginx" is forbidden: violates PodSecurity "baseline:latest": non-default capabilities (container "xk6-agent" must not include "NET_ADMIN", "NET_RAW" in securityContext.capabilities.add)
2727
2828
You also need to ensure your test application is accessible from the machine where the tests run.
29-
Refer to [Expose your application](https://grafana.com/docs/k6/<K6_VERSION>/testing-guides/injecting-faults-with-xk6-disruptor/expose--your-application) section for instructions on how to make your application available from outside the Kubernetes cluster..
29+
Refer to [Expose your application](https://grafana.com/docs/k6/<K6_VERSION>/testing-guides/injecting-faults-with-xk6-disruptor/expose--your-application) section for instructions on how to make your application available from outside the Kubernetes cluster.

0 commit comments

Comments
 (0)