Skip to content

Commit 7c8920a

Browse files
committed
typo
1 parent 14d8d84 commit 7c8920a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3934,7 +3934,7 @@ private function setComponentParameters() /*: void*/
39343934
$this->openapi->set("components|parameters|size|name", "size");
39353935
$this->openapi->set("components|parameters|size|in", "query");
39363936
$this->openapi->set("components|parameters|size|schema|type", "string");
3937-
$this->openapi->set("components|parameters|size|description", "Maximum number of results (for top N lists). Example: 10");
3937+
$this->openapi->set("components|parameters|size|description", "Maximum number of results (for top lists). Example: 10");
39383938
$this->openapi->set("components|parameters|size|required", false);
39393939

39403940
$this->openapi->set("components|parameters|page|name", "page");

0 commit comments

Comments
 (0)