fix: correct typo in mermaid diagram code block syntax

This commit is contained in:
mrT23
2025-05-25 09:46:26 +03:00
parent 7273c9c0c1
commit 6e7cf35761

View File

@ -81,7 +81,7 @@ pr_files:
{%- endif %}
{%- if enable_pr_diagram %}
changes_diagram: |
```mermaind
```mermaid
...
```
{%- endif %}
@ -168,7 +168,7 @@ pr_files:
{%- endif %}
{%- if enable_pr_diagram %}
changes_diagram: |
```mermaind
```mermaid
...
```
{%- endif %}