doc: fix typo in fs.symlink

PR-URL: https://github.com/nodejs/node/pull/5560
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
This commit is contained in:
Michaël Zasso 2016-03-04 09:53:31 +01:00
parent 44c9751ff2
commit 449684752c

View File

@ -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])