From 2b4e819a0bd84a6d9fe54116eb5bbb7ee771a98f Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Fri, 14 Apr 2023 16:50:38 +0800 Subject: [PATCH] chore(nocodb): fix typos --- packages/nocodb/src/lib/services/attachment.svc.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nocodb/src/lib/services/attachment.svc.ts b/packages/nocodb/src/lib/services/attachment.svc.ts index 75e349b3bc..6db7d5fb32 100644 --- a/packages/nocodb/src/lib/services/attachment.svc.ts +++ b/packages/nocodb/src/lib/services/attachment.svc.ts @@ -30,8 +30,8 @@ export async function upload(param: { // if `url` is null, then it is local attachment if (!url) { - // then store the attachement path only - // url will be constructued in `useAttachmentCell` + // then store the attachment path only + // url will be constructed in `useAttachmentCell` attachmentPath = `download/${filePath.join('/')}/${fileName}`; }