Skip to content

Commit 75d91b5

Browse files
authored
setNameLocalization typo (#9656)
fix JSDoc typo in NameAndDescription.ts > setNameLocalization
1 parent 766be94 commit 75d91b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/builders/src/interactions/slashCommands/mixins/NameAndDescription.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class SharedNameAndDescription {
5454
}
5555

5656
/**
57-
* SSets a name localization for this command.
57+
* Sets a name localization for this command.
5858
*
5959
* @param locale - The locale to set
6060
* @param localizedName - The localized name for the given `locale`

0 commit comments

Comments
 (0)