Skip to content

Commit 4496847

Browse files
committed
doc: fix typo in fs.symlink
PR-URL: #5560 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 44c9751 commit 4496847

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
@@ -742,7 +742,7 @@ Here is an example below:
742742
fs.symlink('./foo', './new-port');
743743
```
744744

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

747747
## fs.symlinkSync(target, path[, type])
748748

0 commit comments

Comments
 (0)