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

doc: fix links and typos in fs.md #13573

Closed
wants to merge 1 commit into from
Closed

doc: fix links and typos in fs.md #13573

wants to merge 1 commit into from

Conversation

vsemozhetbyt
Copy link
Contributor

Checklist
Affected core subsystem(s)

doc, fs

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Jun 9, 2017
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`.
Copy link
Member

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 :)

Copy link
Contributor Author

@vsemozhetbyt vsemozhetbyt Jun 9, 2017

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.

@vsemozhetbyt vsemozhetbyt changed the title doc: fix links in fs.md doc: fix links and typos in fs.md Jun 9, 2017
Copy link
Member

@tniessen tniessen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@vsemozhetbyt
Copy link
Contributor Author

Landed in e2617a0

@vsemozhetbyt vsemozhetbyt deleted the fs.md-links branch June 12, 2017 09:25
vsemozhetbyt added a commit that referenced this pull request Jun 12, 2017
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]>
addaleax pushed a commit that referenced this pull request Jun 12, 2017
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]>
@addaleax addaleax mentioned this pull request Jun 12, 2017
@gibfahn gibfahn mentioned this pull request Jun 15, 2017
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants