Spell CSS consistently

50217e37b88d540cc3b5ae73024fb97054a22b87

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/slash-commands.js+1 -1
@@ -799,7 +799,7 @@ export function initDefaultSlashCommands() {
799 }),799 }),
800 SlashCommandNamedArgument.fromProps({800 SlashCommandNamedArgument.fromProps({
801 name: 'cssClass',801 name: 'cssClass',
802 description: 'additional css class to add to the toast message (e.g. for custom styling)',802 description: 'additional CSS class to add to the toast message (e.g. for custom styling)',
803 typeList: [ARGUMENT_TYPE.STRING],803 typeList: [ARGUMENT_TYPE.STRING],
804 }),804 }),
805 SlashCommandNamedArgument.fromProps({805 SlashCommandNamedArgument.fromProps({