From 984577ba9c9e34ac25c6aa87e3a1c5a20cb63ef3 Mon Sep 17 00:00:00 2001 From: Ariful Alam Date: Fri, 7 Jun 2024 14:56:33 +0600 Subject: [PATCH] Fix typo --- CODE_OF_CONDUCT.md | 2 +- global.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index f3347c0..b16e98b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at fdkhadra@gmail.com. All +reported by contacting the project team. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/global.d.ts b/global.d.ts index 7809a68..ab0d14f 100644 --- a/global.d.ts +++ b/global.d.ts @@ -210,7 +210,7 @@ interface Social { interface Resume { /** - * Resume file urlm + * Resume file url */ fileUrl?: string; }