Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
fix(generators/component): use "component" instead of "module" in twi…
Browse files Browse the repository at this point in the history
…g template
  • Loading branch information
Doğa Gürdal committed Mar 19, 2018
1 parent 477d3ca commit 49b0a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/component/templates/index.twig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="flyntComponent" is="flynt-<%= nameKebabCase %>">
<h1>Module: <%= namePretty %></h1>
<h1>Component: <%= namePretty %></h1>
</div>

0 comments on commit 49b0a08

Please sign in to comment.