Skip to content

Commit

Permalink
chore: fix overriden -> overridden;
Browse files Browse the repository at this point in the history
  • Loading branch information
ondreian committed Oct 15, 2024
1 parent 1a82e69 commit 5d491f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/code-gen/templates/package.eta
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "<%~ it.description %>",
"flowplayer": {
"componentName": "<%~ it.newComponentHTMLName %>",
"overridenComponent": "<%~ it.flowplayerComponentName %>",
"overriddenComponent": "<%~ it.flowplayerComponentName %>",
"className": "<%~ it.newComponentClassName %>"
}
}

0 comments on commit 5d491f2

Please sign in to comment.