diff --git a/Mcp/Servers/Marketing.php b/Mcp/Servers/Marketing.php index f59f495..50938dd 100644 --- a/Mcp/Servers/Marketing.php +++ b/Mcp/Servers/Marketing.php @@ -54,7 +54,7 @@ class Marketing extends Server #### Other Bio Tools - `qr_tools` - Generate QR codes - `pixel_tools` - Manage tracking pixels - - `project_tools` - Organize into projects + - `project_tools` - Organise into projects - `notification_tools` - Manage notification handlers - `submission_tools` - Manage form submissions - `pwa_tools` - Configure PWA diff --git a/TODO.md b/TODO.md index c572634..4e0578e 100644 --- a/TODO.md +++ b/TODO.md @@ -196,9 +196,10 @@ Production-quality task list for the AI agent orchestration package. ### Consistency -- [ ] **CON-001: Mixed UK/US spelling in code comments** +- [x] **CON-001: Mixed UK/US spelling in code comments** (FIXED 2026-02-23) - Issue: Some comments use "organize" instead of "organise" - Fix: Audit and fix to UK English per CLAUDE.md + - Changed: `Mcp/Servers/Marketing.php` "Organize" → "Organise" in docstring - [ ] **CON-002: Inconsistent error response format** - Issue: Some tools return `['error' => ...]`, others `['success' => false, ...]`