diff --git a/packages/cli/templates/default-node-plugin-package/src/index.ts.hbs b/packages/cli/templates/default-node-plugin-package/src/index.ts.hbs index 8f5ad37ffb..355b35c373 100644 --- a/packages/cli/templates/default-node-plugin-package/src/index.ts.hbs +++ b/packages/cli/templates/default-node-plugin-package/src/index.ts.hbs @@ -6,7 +6,7 @@ */ // In this package you might for example export functions that -// help other plugins or module interact with your plugin. +// help other plugins or modules interact with your plugin. /** * Does something useful.