diff --git a/doc/api/fs.md b/doc/api/fs.md index 0efe9ed23b7ea0..a6f5f928228349 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -591,8 +591,8 @@ fs.appendFile('message.txt', 'data to append', 'utf8', callback); Any specified file descriptor has to have been opened for appending. -_Note: If a file descriptor is specified as the `file`, it will not be closed -automatically._ +*Note*: If a file descriptor is specified as the `file`, it will not be closed +automatically. ## fs.appendFileSync(file, data[, options])