From b37a450fe555f4cc711d05ffb1b2044d145e4c5d Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 10 Mar 2023 15:03:31 +0100 Subject: [PATCH] Update packages/cli/templates/default-node-plugin-package/src/index.ts.hbs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Patrik Oldsberg --- .../cli/templates/default-node-plugin-package/src/index.ts.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.