Spell CSS consistently
| @@ -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({ |