Fix another typo

This commit is contained in:
GCHQDeveloper581 2026-04-29 12:09:17 +00:00
parent facad7e44b
commit 96b269491e
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -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.`);
});