diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index 3e06eabded01dd..35fc7cfd370161 100644 --- a/doc/api/fs.markdown +++ b/doc/api/fs.markdown @@ -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])