Skip to content

Commit 498a94e

Browse files
committed
doc: 代码格式化
1 parent 3212a91 commit 498a94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.Mermaid/Mermaid.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ protected override async Task OnParametersSetAsync()
5858
protected override Task InvokeInitAsync() => InvokeVoidAsync("init", Id, BuildDiagramText());
5959

6060
/// <summary>
61-
/// 内容改变时重新渲染mermaid
61+
/// 内容改变时重新渲染 mermaid
6262
/// </summary>
6363
/// <returns></returns>
6464
public Task MermaidChanged() => InvokeVoidAsync("init", Id, BuildDiagramText());

0 commit comments

Comments
 (0)