-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Description
Type of issue
other
Language
JavaScript
Description
Issue: Typo in Documentation
There is a small typo in the documentation that creates ambiguity for readers.
Original Text:
"which uses cheerio to load HTML form web URLs"
Issue:
The word "form" is incorrectly used instead of "from," which changes the intended meaning and can confuse the reader.
Suggested Fix:
"which uses cheerio to load HTML from web URLs"
Impact:
Correcting this typo will improve clarity and help readers better understand the context of the functionality being described. It will ensure that the documentation is both accurate and easy to follow.
Screenshot:
