From d654a31f6e81949ce19dc7835d6e2f2d8e06e68e Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 10 Apr 2022 15:01:27 +0100 Subject: [PATCH] correct spelling mistake --- tests/unit.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit.test.js b/tests/unit.test.js index 932b3c1..fc60337 100644 --- a/tests/unit.test.js +++ b/tests/unit.test.js @@ -12,7 +12,7 @@ module.exports = { fspfs.version.should.match(/^\d+\.\d+\.\d+$/); } - // Creating a server instace should not cause any problems + // Creating a server instance should not cause any problems // either using the new Server or createServer method. , 'Create Server instance': function(){ var server = fspfs.createServer()