doc: fixed a missing backtick which broke the styling#38260
Merged
aduh95 merged 1 commit intonodejs:masterfrom Apr 17, 2021
Merged
doc: fixed a missing backtick which broke the styling#38260aduh95 merged 1 commit intonodejs:masterfrom
aduh95 merged 1 commit intonodejs:masterfrom
Conversation
benjamingr
approved these changes
Apr 16, 2021
Linkgoron
approved these changes
Apr 16, 2021
aduh95
approved these changes
Apr 16, 2021
Contributor
|
Fast-track? |
richardlau
reviewed
Apr 16, 2021
doc/api/fs.md
Outdated
|
|
||
| Retrieves the {fs.Stats} for the symbolic link referred to by the path. | ||
| The callback gets two arguments `(err, stats)` where `stats` is a {`fs.Stats} | ||
| The callback gets two arguments `(err, stats)` where `stats` is a {`fs.Stats`} |
Member
There was a problem hiding this comment.
We seem to be stylizing "{...} object" without backticks? cc @nodejs/documentation
Contributor
There was a problem hiding this comment.
Yes, removing the backticks makes it a link, which would be preferable IMHO.
Suggested change
| The callback gets two arguments `(err, stats)` where `stats` is a {`fs.Stats`} | |
| The callback gets two arguments `(err, stats)` where `stats` is a {fs.Stats} |
aduh95
approved these changes
Apr 17, 2021
cjihrig
approved these changes
Apr 17, 2021
RaisinTen
approved these changes
Apr 17, 2021
PR-URL: nodejs#38260 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
Contributor
|
Landed in 7d688d4. Thanks for the contribution :) |
Contributor
Author
|
Welcome! It was nothing. I can really feel the GitHub community after being able to contribute to Node.js. 😄 |
targos
pushed a commit
that referenced
this pull request
Sep 4, 2021
PR-URL: #38260 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #38257