Skip to content

Commit 6686d90

Browse files
doc: fix backticks in fs API docs
PR-URL: #44962 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent ca5be26 commit 6686d90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/fs.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ added: v10.0.0
906906
changes:
907907
- version: v14.0.0
908908
pr-url: https://github.com/nodejs/node/pull/27044
909-
description: Changed 'flags' argument to 'mode' and imposed
909+
description: Changed `flags` argument to `mode` and imposed
910910
stricter type validation.
911911
-->
912912
@@ -2203,7 +2203,7 @@ changes:
22032203
`ERR_INVALID_CALLBACK`.
22042204
- version: v14.0.0
22052205
pr-url: https://github.com/nodejs/node/pull/27044
2206-
description: Changed 'flags' argument to 'mode' and imposed
2206+
description: Changed `flags` argument to `mode` and imposed
22072207
stricter type validation.
22082208
-->
22092209
@@ -5041,7 +5041,7 @@ added: v8.5.0
50415041
changes:
50425042
- version: v14.0.0
50435043
pr-url: https://github.com/nodejs/node/pull/27044
5044-
description: Changed 'flags' argument to 'mode' and imposed
5044+
description: Changed `flags` argument to `mode` and imposed
50455045
stricter type validation.
50465046
-->
50475047

0 commit comments

Comments
 (0)