From 66c2c65229d6179b711b5ca7f1156304da5b88bf Mon Sep 17 00:00:00 2001 From: James Henry Date: Sun, 28 May 2017 23:19:42 +0100 Subject: [PATCH] Chore: Fix typo in comment --- lib/convert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/convert.js b/lib/convert.js index 124c424..fe4bdb2 100644 --- a/lib/convert.js +++ b/lib/convert.js @@ -302,7 +302,7 @@ module.exports = function convert(config) { } /** - * The core of the conervsion logic: + * The core of the conversion logic: * Identify and convert each relevant TypeScript SyntaxKind */ switch (node.kind) {