fix: fix some typos (#7393)

This commit is contained in:
D Trombett
2022-02-02 22:10:47 +01:00
committed by GitHub
parent 0b866c9fb2
commit 92a04f4d98
4 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ export class SelectMenuComponent implements Component {
}
/**
* Sets thes minimum values that must be selected in the select menu
* Sets the minimum values that must be selected in the select menu
* @param minValues The minimum values that must be selected
*/
public setMinValues(minValues: number) {
@@ -53,7 +53,7 @@ export class SelectMenuComponent implements Component {
}
/**
* Sets thes maximum values that must be selected in the select menu
* Sets the maximum values that must be selected in the select menu
* @param minValues The maximum values that must be selected
*/
public setMaxValues(maxValues: number) {