From 88e1d20f7ec47e93ce2608bfcd27a46c5cccaf01 Mon Sep 17 00:00:00 2001 From: Heitor Tashiro Sergent Date: Thu, 2 Nov 2023 12:59:48 -0500 Subject: [PATCH] Update docs/sources/v0.47.x/javascript-api/xk6-disruptor/faults/pod-termination.md Co-authored-by: Jack Baldry --- .../javascript-api/xk6-disruptor/faults/pod-termination.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/v0.47.x/javascript-api/xk6-disruptor/faults/pod-termination.md b/docs/sources/v0.47.x/javascript-api/xk6-disruptor/faults/pod-termination.md index 5dad8780ed..03c234e764 100644 --- a/docs/sources/v0.47.x/javascript-api/xk6-disruptor/faults/pod-termination.md +++ b/docs/sources/v0.47.x/javascript-api/xk6-disruptor/faults/pod-termination.md @@ -12,7 +12,7 @@ A Pod Termination fault is defined by the following attributes: | Attribute | Type | Description | | ------------- | ------ | --------| -| count | integer or percentage | the number of pods to be terminated. It can be specified as a integer number or as a percentage (e.g. `30%`) that defines the fraction of target pods to be terminated| +| count | integer or percentage | the number of pods to be terminated. It can be specified as a integer number or as a percentage, for example `30%`, that defines the fraction of target pods to be terminated| {{% admonition type="note" %}}