From 563c84e0a28f68b31afa1bf08e4ab40597445032 Mon Sep 17 00:00:00 2001 From: pytek <168726635+Pytkopff@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:41:25 +0100 Subject: [PATCH] fix: capitalize bullet point in content instructions Corrected capitalization in the "Code examples requirements" list to maintain consistency with other bullet points. --- content-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-instructions.md b/content-instructions.md index bb1a1a787..64fe8a29f 100644 --- a/content-instructions.md +++ b/content-instructions.md @@ -55,7 +55,7 @@ description: "Concise description explaining page purpose and value" - Code blocks longer than 7 lines should: - have line numbers by adding `lines` to the first line of the codeblock (e.g. ```typescript lines```) - be marked as `expandable` by adding to the first line of the codeblock - - use `wrap` to prevent horizontal scrolling of codeblocks + - Use `wrap` to prevent horizontal scrolling of codeblocks - Always include complete, runnable examples that users can copy and execute - Show proper error handling and edge case management - Use realistic data instead of placeholder values