diff --git a/src/Options.php b/src/Options.php index 28093ed6e..84ead7836 100644 --- a/src/Options.php +++ b/src/Options.php @@ -1130,7 +1130,7 @@ public function getMaxRequestBodySize(): string * captured. It can be set to one of the * following values: * - * - none: request bodies are never sent + * - never: request bodies are never sent * - small: only small request bodies will * be captured where the cutoff for small * depends on the SDK (typically 4KB)