From 83c88350862cb3656934889646a45d3ca648bd41 Mon Sep 17 00:00:00 2001 From: Tim Ryan Date: Fri, 1 Mar 2019 14:27:39 -0600 Subject: [PATCH] fix spelling error --- tests/1_unit-tests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/1_unit-tests.js b/tests/1_unit-tests.js index 461f78b..d91d2b3 100644 --- a/tests/1_unit-tests.js +++ b/tests/1_unit-tests.js @@ -10,6 +10,6 @@ var chai = require('chai'); suite('Unit Tests', function(){ -//none requiered +//none required -}); \ No newline at end of file +});