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: fix typos in v5 document fast-xml-parse #650

Merged
merged 2 commits into from
Apr 5, 2024

Conversation

abiriadev
Copy link
Contributor

@abiriadev abiriadev commented Apr 2, 2024

Purpose / Goal

There are typos in the v5 documents: fast-xml-parse should be fast-xml-parser.

const XMLParser = require("fast-xml-parse/v5/XMLParser")
const parser = new XMLParser();
//read xmlData your own
let result = parser.parse(xmlData, true);

Relevant error message:

 ERR_PNPM_FETCH_404  GET https://registry.npmjs.org/fast-xml-parse: Not Found - 404

fast-xml-parse is not in the npm registry, or you have no permission to fetch it.

So I found and corrected similar typos from v5 document.

Type

Please mention the type of PR

  • Bug Fix
  • Refactoring / Technology upgrade
  • New Feature

@amitguptagwl amitguptagwl merged commit 9118736 into NaturalIntelligence:master Apr 5, 2024
4 checks passed
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