diff --git a/mkdocs/docs/experiments/categories/pods/pod-network-latency.md b/mkdocs/docs/experiments/categories/pods/pod-network-latency.md
index 90ad27621..f43249961 100644
--- a/mkdocs/docs/experiments/categories/pods/pod-network-latency.md
+++ b/mkdocs/docs/experiments/categories/pods/pod-network-latency.md
@@ -139,15 +139,18 @@
TARGET_CONTAINER |
Name of container which is subjected to network latency |
- Optional |
Applicable for containerd & CRI-O runtime only. Even with these runtimes, if the value is not provided, it injects chaos on the first container of the pod |
NETWORK_LATENCY |
The latency/delay in milliseconds |
- Optional |
Default 2000, provide numeric value only |
+
+ JITTER |
+ The network jitter value in ms |
+ Default 0, provide numeric value only |
+
CONTAINER_RUNTIME |
container runtime interface for the cluster |
@@ -183,7 +186,7 @@
The Percentage of total pods to target |
Defaults to 0 (corresponds to 1 replica), provide numeric value only |
-
+
LIB |
The chaos lib used to inject the chaos |
Default value: litmus, supported values: pumba and litmus |