Skip to content

Commit 6347075

Browse files
committed
refactor: 更新文档
1 parent b1fc4f1 commit 6347075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Extensions/DialogServiceExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public static class DialogServiceExtensions
1717
/// </summary>
1818
/// <param name="service">DialogService 服务实例</param>
1919
/// <param name="title">对话框标题,优先级高于 <see cref="DialogOption.Title"/></param>
20-
/// <param name="parameters">TCom 组件所需要的参数集合</param>
20+
/// <param name="parameters">TComponent 组件所需要的参数集合</param>
2121
/// <param name="dialog">指定弹窗组件 默认为 null 使用 <see cref="BootstrapBlazorRoot"/> 组件内置弹窗组件</param>
2222
public static Task Show<TComponent>(this DialogService service, string title, IDictionary<string, object?>? parameters = null, Dialog? dialog = null) where TComponent : IComponent
2323
{

0 commit comments

Comments
 (0)