docs(BaseSelectMenu): Adjust maximum wording (#11249)

docs(BaseSelectMenu): adjust wording

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
Jiralite
2025-11-05 19:30:36 +00:00
committed by GitHub
parent dafdc78e73
commit 3cb3ecae21

View File

@@ -47,7 +47,7 @@ export abstract class BaseSelectMenuBuilder<Data extends APISelectMenuComponent>
} }
/** /**
* Sets the maximum values that must be selected in the select menu. * Sets the maximum values that can be selected in the select menu.
* *
* @param maxValues - The maximum values that can be selected * @param maxValues - The maximum values that can be selected
*/ */