From 86102abf8ef41bfb22199c54f945d4630ff58539 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 26 May 2025 15:13:50 +0300 Subject: [PATCH] fix: improve formatting of add_diagram parameter documentation in describe.md --- docs/docs/tools/describe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/tools/describe.md b/docs/docs/tools/describe.md index a967a6c5..1114ffdc 100644 --- a/docs/docs/tools/describe.md +++ b/docs/docs/tools/describe.md @@ -125,8 +125,8 @@ enable_pr_diagram = true If set to true, the tool will display a help text in the comment. Default is false. - add_diagram - If set to true, the tool will generate a Mermaid sequence diagram (in code block format) describing component interactions based on the code changes. Default is false. + add_diagram + If set to true, the tool will generate a Mermaid sequence diagram (in code block format) describing component interactions based on the code changes. Default is false.