Skip to content
This repository was archived by the owner on Mar 30, 2021. It is now read-only.

Commit 51c63c4

Browse files
Nikhil-Vatssarthak-sehgal
authored andcommitted
Fixed typo in templates (#14)
1 parent e41e4b6 commit 51c63c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generators/app/templates/src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,5 @@ export const <%= toolNameCamel %> = {
8686
init: initComponent()
8787
};
8888

89-
// this line connects the html element in idex.html with the javascript
90-
// defined above.
89+
// this line connects the html element in index.html with the javascript defined above.
9190
define('<%=toolNameComputer%>', <%= toolNameCamel %>);

0 commit comments

Comments
 (0)