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