From 96b269491e4180418fb9e419081c8c31fe0f7f78 Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:09:17 +0000 Subject: [PATCH] Fix another typo --- src/core/config/scripts/newOperation.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config/scripts/newOperation.mjs b/src/core/config/scripts/newOperation.mjs index 4699d589..31528a1f 100644 --- a/src/core/config/scripts/newOperation.mjs +++ b/src/core/config/scripts/newOperation.mjs @@ -274,6 +274,6 @@ export default ${moduleName}; 4. Write your operation test code in ${colors.green(testFilename)} 5. Write tests in ${colors.green("tests/operations/tests/")} 6. Run ${colors.cyan("npm run lint")} and ${colors.cyan("npm run test")} -7. Submit a Pull Request to get your operation aldded to the official CyberChef repository.`); +7. Submit a Pull Request to get your operation added to the official CyberChef repository.`); });