From 64dbfbcb643f0c9822b18401644d114a29e29286 Mon Sep 17 00:00:00 2001 From: arjunyel Date: Tue, 29 Aug 2017 08:10:17 -0500 Subject: [PATCH] Fix Typo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index e868c23..1fd3efe 100644 --- a/index.js +++ b/index.js @@ -62,7 +62,7 @@ function parseImport($import, dirname) { const src = $import.attr("src"); const className = uppercamelcase(name || src); - // Parse the import and map the alias to the acutal element name. + // Parse the import and map the alias to the actual element name. if (name) { importMap[name] = getName( cheerio.load(fs.readFileSync(path.join(dirname, src)))("element").eq(0)