Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4496847

Browse filesBrowse files
committed
doc: fix typo in fs.symlink
PR-URL: #5560 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 44c9751 commit 4496847
Copy full SHA for 4496847

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/fs.markdown‎

Copy file name to clipboardExpand all lines: doc/api/fs.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.