From f82b78c4eb7c2425f4ecbc1812411ee83b522a05 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 19 Jun 2023 01:36:43 -0400 Subject: [PATCH] spelling: attachment Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- .../{VendorAttahmentTab.tsx => VendorAttachmentTab.tsx} | 6 +++--- packages/webapp/src/lang/ar/index.json | 2 +- packages/webapp/src/lang/en/index.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename packages/webapp/src/containers/Vendors/VendorForm/{VendorAttahmentTab.tsx => VendorAttachmentTab.tsx} (76%) diff --git a/packages/webapp/src/containers/Vendors/VendorForm/VendorAttahmentTab.tsx b/packages/webapp/src/containers/Vendors/VendorForm/VendorAttachmentTab.tsx similarity index 76% rename from packages/webapp/src/containers/Vendors/VendorForm/VendorAttahmentTab.tsx rename to packages/webapp/src/containers/Vendors/VendorForm/VendorAttachmentTab.tsx index 5d80112fe..7cbb5735f 100644 --- a/packages/webapp/src/containers/Vendors/VendorForm/VendorAttahmentTab.tsx +++ b/packages/webapp/src/containers/Vendors/VendorForm/VendorAttachmentTab.tsx @@ -3,9 +3,9 @@ import React from 'react'; import { Dragzone, FormattedMessage as T } from '@/components'; /** - * Vendor Attahment Tab. + * Vendor Attachment Tab. */ -function VendorAttahmentTab() { +function VendorAttachmentTab() { return (