Skip to content

Commit

Permalink
doc: fix typo in fs.symlink
Browse files Browse the repository at this point in the history
PR-URL: #5560
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
targos committed Mar 7, 2016
1 parent 44c9751 commit 4496847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ Here is an example below:
fs.symlink('./foo', './new-port');
```

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

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

Expand Down

0 comments on commit 4496847

Please sign in to comment.