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) {