Skip to content

Commit 7ac4e8f

Browse files
Userbitmaddhruv
authored andcommitted
Deleted redundant <a> article (nodejs#297)
1 parent 495106e commit 7ac4e8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/documentation/0043-node-reading-files

src/documentation/0043-node-reading-files/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ try {
3232
}
3333
```
3434

35-
The default encoding is utf8, but you can specify a custom encoding using a a second parameter.
35+
The default encoding is utf8, but you can specify a custom encoding using a second parameter.
3636

3737
Both `fs.readFile()` and `fs.readFileSync()` read the full content of the file in memory before returning the data.
3838

0 commit comments

Comments
 (0)