FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: fixed a missing backtick which broke the styling by SiddharthShyniben · Pull Request #38260 · nodejs/node · GitHub

/ node Public

doc: fixed a missing backtick which broke the styling - #38260

Merged
aduh95 merged 1 commit into
nodejs:masterfrom
SiddharthShyniben:patch-1
Apr 17, 2021
Merged

doc: fixed a missing backtick which broke the styling#38260
aduh95 merged 1 commit into
nodejs:masterfrom
SiddharthShyniben:patch-1

Conversation

SiddharthShyniben commented Apr 16, 2021
edited
Loading

Copy link
Copy Markdown
Contributor

Fixes #38257

nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Apr 16, 2021

aduh95 commented Apr 16, 2021

Copy link
Copy Markdown
Contributor

Fast-track?

aduh95 added the fast-track PRs that do not need to wait for 48 hours to land. label Apr 16, 2021
Comment thread doc/api/fs.md Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

We seem to be stylizing "{...} object" without backticks? cc @nodejs/documentation

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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}

PR-URL: nodejs#38260
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>

aduh95 commented Apr 17, 2021

Copy link
Copy Markdown
Contributor

Landed in 7d688d4. Thanks for the contribution :)

aduh95 merged commit 7d688d4 into nodejs:master Apr 17, 2021

Copy link
Copy Markdown
Contributor Author

Welcome! It was nothing.

I can really feel the GitHub community after being able to contribute to Node.js. 😄

SiddharthShyniben deleted the patch-1 branch April 18, 2021 11:11
targos pushed a commit that referenced this pull request Sep 4, 2021
PR-URL: #38260
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Nitzan Uziely <linkgoron@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
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

Labels

doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land. fs Issues and PRs related to the fs subsystem / file system.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Documentation]: Typo (likely misplaced "`")

9 participants


Back | FazBrowse Home | New Git URL