Skip to content

Commit 1faea43

Browse files
targosMyles Borins
authored andcommitted
doc: fix typo in fs.symlink
PR-URL: #5560 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 98a1bb6 commit 1faea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ Here is an example below:
736736
fs.symlink('./foo', './new-port');
737737
```
738738

739-
It would create a symlic link named with "new-port" that points to "foo".
739+
It creates a symbolic link named "new-port" that points to "foo".
740740

741741
## fs.symlinkSync(target, path[, type])
742742

0 commit comments

Comments
 (0)