Skip to content

doc: fix typo in fs.symlink - #5560

Closed
targos wants to merge 1 commit into
nodejs:masterfrom
targos:fix-typo-symlink
Closed

doc: fix typo in fs.symlink#5560
targos wants to merge 1 commit into
nodejs:masterfrom
targos:fix-typo-symlink

Conversation

@targos

@targos targos commented Mar 4, 2016

Copy link
Copy Markdown
Member

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to CONTRIBUTING.md?
  • If this change fixes a bug (or a performance problem), is a regression
    test (or a benchmark) included?
  • Is a documentation update included (if this change modifies
    existing APIs, or introduces new ones)?

Affected core subsystem(s)

fs

Description of change

Please provide a description of the change here.

@targos targos added doc Issues and PRs related to Node.js documentation. fs Issues and PRs related to file-system APIs and the fs module. labels Mar 4, 2016
Comment thread doc/api/fs.markdown
```

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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

While you're here: s/would create/creates/? LGTM either way.