Skip to content

Commit 393969e

Browse files
committed
chore: use proper vocabulary in template comment
1 parent d6cfa38 commit 393969e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plop-templates/Component/Component.tsx.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type {{pascalCase name}}Props = {
2121
*/
2222
export const {{pascalCase name}} = ({
2323
className,
24-
// Add other deferenced props to use
24+
// Add other destructured props to reference
2525
...other
2626
}: {{pascalCase name}}Props) => {
2727
const componentClassName = clsx(styles['{{dashCase name}}'], className);

0 commit comments

Comments
 (0)