From 568fd873e46b2b5b480d6842c88cee9b828fb90b Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Mon, 27 Jan 2020 18:16:40 +0530 Subject: [PATCH] fix: typo --- functions/postwomanTesting.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/postwomanTesting.js b/functions/postwomanTesting.js index 76d44568a..0115f16fb 100644 --- a/functions/postwomanTesting.js +++ b/functions/postwomanTesting.js @@ -51,7 +51,7 @@ function test(descriptor, func, _testReports) { } _testReports.push({ endBlock: true }); - // TODO: Organieze and generate text report of each {descriptor: true} section in testReports. + // TODO: Organize and generate text report of each {descriptor: true} section in testReports. // add checkmark or x depending on if each testReport is pass=true or pass=false }