Skip to content

Commit c75e4cb

Browse files
committed
fix typos
1 parent f919216 commit c75e4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -2380,7 +2380,7 @@ is no '.' then it returns an empty string. Examples:
23802380
Test whether or not the given path exists. Then, call the `callback` argument with either true or false. Example:
23812381

23822382
path.exists('/etc/passwd', function (exists) {
2383-
sys.debug(exists ? 'it's there' : 'no passwd!');
2383+
sys.debug(exists ? "it's there" : "no passwd!");
23842384
});
23852385

23862386

0 commit comments

Comments
 (0)