From 4fcbc927888640d2fecd2b80d5de1d10d41e670d Mon Sep 17 00:00:00 2001 From: Livia Medeiros Date: Tue, 11 Oct 2022 22:57:12 +0900 Subject: [PATCH] doc: fix backticks in fs API docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/44962 Reviewed-By: Antoine du Hamel Reviewed-By: Michaƫl Zasso --- doc/api/fs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/fs.md b/doc/api/fs.md index e98126541514a0..c15d98073b24da 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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. --> @@ -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. --> @@ -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. -->