Skip to content

Commit 1101bb2

Browse files
committed
doc: 文档注释格式化
1 parent 98f34e9 commit 1101bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/BootstrapBlazor.SummerNote/Components/Editor/Editor.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public partial class Editor
6161
public bool ShowSubmit { get; set; } = true;
6262

6363
/// <summary>
64-
/// 获得/设置 Editor组件内上传文件时回调此方法
64+
/// 获得/设置 Editor 组件内上传文件时回调此方法
6565
/// </summary>
6666
[Parameter]
6767
public Func<EditorUploadFile, Task<string>>? OnFileUpload { get; set; }

0 commit comments

Comments
 (0)