Summary
Fix a typo in packages/remark-parse/lib/index.js line 14:
- * Aadd support for parsing from markdown.
+ * Add support for parsing from markdown.
The JSDoc comment had a doubled letter in "Aadd" which should be "Add".
Steps to reproduce
- Open
packages/remark-parse/lib/index.js
- Line 14 reads
Aadd instead of Add
Fix
Single-character fix in a comment. No functional change.
Summary
Fix a typo in
packages/remark-parse/lib/index.jsline 14:The JSDoc comment had a doubled letter in "Aadd" which should be "Add".
Steps to reproduce
packages/remark-parse/lib/index.jsAaddinstead ofAddFix
Single-character fix in a comment. No functional change.