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

docs: correct a typo in README.md #1519

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

Moussa-Kalam
Copy link
Contributor

Summary

Fixes a typo in the README.md file

Changes made

  • Corrected the typo from reects to rejects

Context

The original sentence read:

Returns

A promise containing the response. If the request is unsuccessful, the promise reects and the rejection must be handled manually.

The corrected sentence now reads:

Returns

A promise containing the response. If the request is unsuccessful, the promise rejects and the rejection must be handled manually.

Why this is Necessary:

This change improves the clarity and correctness of the documentation by fixing a typographical error.

Appreciation Message:

I would also like to take this opportunity to express my gratitude for the well-elaborated documentation and the exceptional support provided by the library. The clarity of explanations and the collaborative community have greatly contributed to my current project.

Checklist:

  • I only corrected the typo mentioned above
  • I have followed the GitHub Community Guidelines

@simoneb simoneb enabled auto-merge (squash) November 27, 2023 09:30
@simoneb simoneb merged commit a3c81ab into simoneb:master Nov 27, 2023
2 checks passed
@github-actions github-actions bot mentioned this pull request Nov 29, 2023
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.

2 participants