Skip to content

fix: typo "Aadd" → "Add" in remark-parse JSDoc #1491

Description

@luojiyin1987

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

  1. Open packages/remark-parse/lib/index.js
  2. Line 14 reads Aadd instead of Add

Fix

Single-character fix in a comment. No functional change.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions