Skip to content

Fix typo in default error message ("accured" → "occurred") from #64#65

Open
mehrazmorshed wants to merge 1 commit intosuren-atoyan:masterfrom
mehrazmorshed:patch-1
Open

Fix typo in default error message ("accured" → "occurred") from #64#65
mehrazmorshed wants to merge 1 commit intosuren-atoyan:masterfrom
mehrazmorshed:patch-1

Conversation

@mehrazmorshed
Copy link
Copy Markdown

Summary

This pull request fixes a small typo in the errorMessages.default string within src/validators/index.js.

What was corrected?

  • The word "accured" has been corrected to "occurred".

Why this change?

  • Ensures proper spelling in error messages.
  • Prevents false positives when using automated spell-checking tools.
  • Improves overall code quality and professionalism.

Closes #64

…-atoyan#64

Fixing a small typo in the `errorMessages.default` string within `src/validators/index.js`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in error message: “accured” → “occurred” in errorMessages.default

1 participant