From 11b4b8a30a358b8fd0b5a39eeff7d92d7913d59e Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Mon, 9 Jun 2025 09:39:22 +0100 Subject: [PATCH] Fixes minor typo in `human` boolean parameter documentation --- specification/_spec_utils/behaviors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/_spec_utils/behaviors.ts b/specification/_spec_utils/behaviors.ts index e3fd8f07b3..2ca26df4db 100644 --- a/specification/_spec_utils/behaviors.ts +++ b/specification/_spec_utils/behaviors.ts @@ -60,7 +60,7 @@ export interface CommonQueryParameters { /** * When set to `true` will return statistics in a format suitable for humans. * For example `"exists_time": "1h"` for humans and - * `"eixsts_time_in_millis": 3600000` for computers. When disabled the human + * `"exists_time_in_millis": 3600000` for computers. When disabled the human * readable values will be omitted. This makes sense for responses being consumed * only by machines. * @server_default false