From dbe3395ea9a8eb74e06d7700c64f21580b5e4583 Mon Sep 17 00:00:00 2001 From: Nate Fischer Date: Mon, 11 Jan 2016 13:29:44 -0800 Subject: [PATCH] docs(spelling): fix typo in source comment --- src/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test.js b/src/test.js index 8a4ac7d..068a1ce 100644 --- a/src/test.js +++ b/src/test.js @@ -10,7 +10,7 @@ var fs = require('fs'); //@ + `'-d', 'path'`: true if path is a directory //@ + `'-e', 'path'`: true if path exists //@ + `'-f', 'path'`: true if path is a regular file -//@ + `'-L', 'path'`: true if path is a symboilc link +//@ + `'-L', 'path'`: true if path is a symbolic link //@ + `'-p', 'path'`: true if path is a pipe (FIFO) //@ + `'-S', 'path'`: true if path is a socket //@