Skip to content

Commit 42573f4

Browse files
targosMyles Borins
authored and
Myles Borins
committed
doc: fix typo in fs.symlink
PR-URL: #5560 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 09c7e36 commit 42573f4

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)