Merge pull request #617 from arifszn/fix/typo

Fix typo
This commit is contained in:
Ariful Alam 2024-06-07 14:58:02 +06:00 committed by GitHub
commit a1c8815aa3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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.

2
global.d.ts vendored
View File

@ -210,7 +210,7 @@ interface Social {
interface Resume {
/**
* Resume file urlm
* Resume file url
*/
fileUrl?: string;
}