mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
fix: correct typo in mermaid diagram code block syntax
This commit is contained in:
parent
7273c9c0c1
commit
6e7cf35761
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue