From 50217e37b88d540cc3b5ae73024fb97054a22b87 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:27:53 +0300 Subject: [PATCH] Spell CSS consistently --- public/scripts/slash-commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/slash-commands.js b/public/scripts/slash-commands.js index 6fd85c25e..fcc6efb87 100644 --- a/public/scripts/slash-commands.js +++ b/public/scripts/slash-commands.js @@ -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({