Skip to content

Commit 8a30a39

Browse files
Fixes minor typo in human boolean parameter documentation (#4495)
1 parent 0ac4f3b commit 8a30a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/_spec_utils/behaviors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export interface CommonQueryParameters {
6060
/**
6161
* When set to `true` will return statistics in a format suitable for humans.
6262
* For example `"exists_time": "1h"` for humans and
63-
* `"eixsts_time_in_millis": 3600000` for computers. When disabled the human
63+
* `"exists_time_in_millis": 3600000` for computers. When disabled the human
6464
* readable values will be omitted. This makes sense for responses being consumed
6565
* only by machines.
6666
* @server_default false

0 commit comments

Comments
 (0)