Skip to content

Commit

Permalink
doc: fix backticks in fs API docs
Browse files Browse the repository at this point in the history
PR-URL: #44962
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
LiviaMedeiros authored and danielleadams committed Jan 3, 2023
1 parent 23aa413 commit 4fcbc92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/fs.md
Expand Up @@ -902,7 +902,7 @@ added: v10.0.0
changes:
- version: v14.0.0
pr-url: https://github.com/nodejs/node/pull/27044
description: Changed 'flags' argument to 'mode' and imposed
description: Changed `flags` argument to `mode` and imposed
stricter type validation.
-->
Expand Down Expand Up @@ -2188,7 +2188,7 @@ changes:
`ERR_INVALID_CALLBACK`.
- version: v14.0.0
pr-url: https://github.com/nodejs/node/pull/27044
description: Changed 'flags' argument to 'mode' and imposed
description: Changed `flags` argument to `mode` and imposed
stricter type validation.
-->
Expand Down Expand Up @@ -5012,7 +5012,7 @@ added: v8.5.0
changes:
- version: v14.0.0
pr-url: https://github.com/nodejs/node/pull/27044
description: Changed 'flags' argument to 'mode' and imposed
description: Changed `flags` argument to `mode` and imposed
stricter type validation.
-->

Expand Down

0 comments on commit 4fcbc92

Please sign in to comment.