chore(docs): Fix typos in some files (#12817)
This PR fixes typos in the file file using codespell.
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
|||||||
} from 'dashboard/constants/automation';
|
} 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.
|
* @returns {Object} An object containing various automation-related functions and computed properties.
|
||||||
*/
|
*/
|
||||||
export default function useAutomationValues() {
|
export default function useAutomationValues() {
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export const initializeAudioAlerts = user => {
|
|||||||
enable_audio_alerts: audioAlertType,
|
enable_audio_alerts: audioAlertType,
|
||||||
alert_if_unread_assigned_conversation_exist: alertIfUnreadConversationExist,
|
alert_if_unread_assigned_conversation_exist: alertIfUnreadConversationExist,
|
||||||
notification_tone: audioAlertTone,
|
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.
|
// entire payload for the user during the signup process.
|
||||||
} = uiSettings || {};
|
} = uiSettings || {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user