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 authored and Myles Borins committed Mar 21, 2016
1 parent 98a1bb6 commit 1faea43
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 @@ -736,7 +736,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 1faea43

Please sign in to comment.