-
Notifications
You must be signed in to change notification settings - Fork 6.3k
fix potential typo for "installing with npm" #5630
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
Conversation
the link for installing with NPM on line 103 was written as [installing with npm][./npm.md](./npm.md) `[installing with npm][./npm.md](./npm.md)` I fixed it to look like [installing with npm](./npm.md) `[installing with npm](./npm.md)`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Codecov Report
Merging #5630 (4f08786) into main (b2f043a) will not change coverage.
The diff coverage isn/a
.
Additional details and impacted files
@@ Coverage Diff @@ ## main #5630 +/- ## ======================================= Coverage 72.52% 72.52% ======================================= Files 30 30 Lines 1678 1678 Branches 366 366 ======================================= Hits 1217 1217 Misses 398 398 Partials 63 63
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update b2f043a...4f08786. Read the comment docs.
the link for installing with NPM on line 103 was written as
[installing with npm]./npm.md
[installing with npm][./npm.md](./npm.md)
I fixed it to look like
installing with npm
[installing with npm](./npm.md)