-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.
Description
📗 API Reference Docs Problem
- Version: 14, 16, possibly others
- Platform: docs
- Subsystem: fs
Location
Section of the site where the content exists
Affected URL(s):
Description
The example code should be:
import { symlink } from 'fs';
symlink('./mew', './mewtwo', callback);
rather than
import { symlink } from 'fs';
symlink('./mew', './example/mewtwo', callback);
- I would like to work on this issue and
submit a pull request.
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.