We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
human
1 parent 0ac4f3b commit 8a30a39Copy full SHA for 8a30a39
specification/_spec_utils/behaviors.ts
@@ -60,7 +60,7 @@ export interface CommonQueryParameters {
60
/**
61
* When set to `true` will return statistics in a format suitable for humans.
62
* For example `"exists_time": "1h"` for humans and
63
- * `"eixsts_time_in_millis": 3600000` for computers. When disabled the human
+ * `"exists_time_in_millis": 3600000` for computers. When disabled the human
64
* readable values will be omitted. This makes sense for responses being consumed
65
* only by machines.
66
* @server_default false
0 commit comments