From e1864028dbc6e63df308b9d8cf92391e45c1c8ab Mon Sep 17 00:00:00 2001 From: roottool Date: Sun, 8 Mar 2026 15:45:27 +0900 Subject: [PATCH] fix(docs): use colon instead of period in list introduction Co-Authored-By: Claude Sonnet 4.6 --- docs/PUBLISHING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PUBLISHING.md b/docs/PUBLISHING.md index 7c3c72e..50b6f8c 100644 --- a/docs/PUBLISHING.md +++ b/docs/PUBLISHING.md @@ -20,7 +20,7 @@ Before creating a release PR, validate locally: bun run prepare:publish ``` -This runs the following steps. +This runs the following steps: 1. TypeScript type checking (`check:type:source`) 2. Test suite with coverage (`test:coverage`)