From b2fea5df8eac181627b53e45827e347ac7d5bda0 Mon Sep 17 00:00:00 2001 From: siujamo Date: Mon, 11 May 2026 17:48:42 +0800 Subject: [PATCH] docs: extend British English convention to code comments --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5c3f4fc..7d92072 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -52,5 +52,5 @@ VITE_REDUX_STORAGE=local # "local" or "session" for Redux persistence ## Contributing conventions -- User-facing copy and documentation in British English +- User-facing copy, documentation, and code comments in British English - Commit messages use `chore:` prefix for dependency updates (per Dependabot config)