From f93c624853cf49c8b1db9fa327cc8ada618d3ae3 Mon Sep 17 00:00:00 2001 From: Luke Wilson Date: Fri, 17 Jan 2025 09:08:11 -0600 Subject: [PATCH] fix(typo): "no longer exists" --- .../components/document-list/document-edit-actions-footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx b/packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx index 4b0886b3c7e..6468e605f5b 100644 --- a/packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx +++ b/packages/compass-components/src/components/document-list/document-edit-actions-footer.tsx @@ -60,7 +60,7 @@ const StatusMessages: Record = { ['UpdateStart']: 'Updating document…', ['UpdateError']: '', ['UpdateBlocked']: - 'Document was modified in the background or it longer exists. Do you wish to continue and possibly overwrite new changes?', + 'Document was modified in the background or it no longer exists. Do you wish to continue and possibly overwrite new changes?', ['UpdateSuccess']: 'Document updated.', ['DeleteStart']: 'Removing document…', ['DeleteError']: '',