Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 31, 2024
1 parent 41738ef commit 913c3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/gitProvider/utilsMarkdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export async function flowDiffToMarkdownForPullRequest(flowNames: string[], from
flowDiffFilesSummary += `- [${flowName}](#${flowName})\n`;
const fileMetadata = await MetadataUtils.findMetaFileFromTypeAndName("Flow", flowName);
try {
// Markdown wiwth pure mermaidJs
// Markdown with pure mermaidJs
if (supportsMermaidInPrMarkdown) {
await generateDiffMarkdownWithMermaid(fileMetadata, fromCommit, toCommit, flowDiffMarkdownList, flowName);
}
Expand Down

0 comments on commit 913c3fd

Please sign in to comment.