Spell CSS consistently

This commit is contained in:
Cohee 2024-09-06 22:27:53 +03:00
parent 63c6fbaf58
commit 50217e37b8

View File

@ -799,7 +799,7 @@ export function initDefaultSlashCommands() {
}),
SlashCommandNamedArgument.fromProps({
name: 'cssClass',
description: 'additional css class to add to the toast message (e.g. for custom styling)',
description: 'additional CSS class to add to the toast message (e.g. for custom styling)',
typeList: [ARGUMENT_TYPE.STRING],
}),
SlashCommandNamedArgument.fromProps({