Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammar and Style Improvements in Documentation and Error Messages #239

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

donatik27
Copy link

Changes Made

packages/helpers/src/dkim/index.ts

  1. Comment correction:

    • Old: "Main modification are"
    • New: "Main modifications are"
      Reason: Fixed subject-verb agreement as "modifications" is plural.
  2. Error message correction:

    • Old: "Multiple From header"
    • New: "Multiple From headers"
      Reason: Fixed plural form as the error refers to multiple headers.

packages/helpers/src/dkim/sanitizers.ts

  1. Comment correction:

    • Old: "and put"
    • New: "and puts"
      Reason: Fixed subject-verb agreement with "Google" as the subject.
  2. Preposition correction:

    • Old: "labels inserted to Subject"
    • New: "labels inserted in Subject"
      Reason: Used correct preposition for this context.

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.

1 participant