From fb1aa085cfa6807e38b3a41be5460c53da2166ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=AA=20Nam=20Kh=C3=A1nh?= <55955273+khanhkhanhlele@users.noreply.github.com> Date: Fri, 7 Nov 2025 22:57:37 +0700 Subject: [PATCH] chore(docs): Fix typos in some files (#12817) This PR fixes typos in the file file using codespell. --- app/javascript/dashboard/composables/useAutomationValues.js | 2 +- app/javascript/dashboard/helper/scriptHelpers.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/dashboard/composables/useAutomationValues.js b/app/javascript/dashboard/composables/useAutomationValues.js index 5279f15e4..6a6b507c8 100644 --- a/app/javascript/dashboard/composables/useAutomationValues.js +++ b/app/javascript/dashboard/composables/useAutomationValues.js @@ -14,7 +14,7 @@ import { } from 'dashboard/constants/automation'; /** - * This is a shared composables that holds utilites used to build dropdown and file options + * This is a shared composables that holds utilities used to build dropdown and file options * @returns {Object} An object containing various automation-related functions and computed properties. */ export default function useAutomationValues() { diff --git a/app/javascript/dashboard/helper/scriptHelpers.js b/app/javascript/dashboard/helper/scriptHelpers.js index cb9bffbea..f779a586d 100644 --- a/app/javascript/dashboard/helper/scriptHelpers.js +++ b/app/javascript/dashboard/helper/scriptHelpers.js @@ -21,7 +21,7 @@ export const initializeAudioAlerts = user => { enable_audio_alerts: audioAlertType, alert_if_unread_assigned_conversation_exist: alertIfUnreadConversationExist, notification_tone: audioAlertTone, - // UI Settings can be undefined initally as we don't send the + // UI Settings can be undefined initially as we don't send the // entire payload for the user during the signup process. } = uiSettings || {};