-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
doc: fix links and typos in fs.md #13573
Conversation
We had exposed md code instead of links here: https://github.com/vsemozhetbyt/node/blame/47b9772f52aba7693eed4df535b35de65ac22c49/doc/api/fs.md#L1731 And a wrong hash here: |
doc/api/fs.md
Outdated
@@ -1767,7 +1767,7 @@ changes: | |||
* `encoding` {string|null} default = `null` | |||
* `flag` {string} default = `'r'` | |||
|
|||
Synchronous version of [`fs.readFile`][]. Returns the contents of the `file`. | |||
Synchronous version of [`fs.readFile()`][]. Returns the contents of the `file`. |
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.
Doesn't make sense to me why file
is highlighted as code even though there is no parameter with that name. I know it's unrelated to this PR, but maybe you would like to fix it while you are at it :)
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.
Done for this and 2 other places. It seems these typos are from the same source as the link issues.
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.
Thanks.
Landed in e2617a0 |
PR-URL: #13573 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #13573 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Checklist
Affected core subsystem(s)
doc, fs