Skip to content

Commit 3e77c2f

Browse files
committed
doc: 更新文档
1 parent ea1302c commit 3e77c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BootstrapBlazor/Components/Typed/TypedOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public record TypedOptions
2727
public int? TypeSpeed { get; set; }
2828

2929
/// <summary>
30-
/// 获得/设置 打字速度 默认 null 未设置 单位毫秒
30+
/// 获得/设置 退格速度 默认 null 未设置 单位毫秒
3131
/// </summary>
3232
[JsonPropertyName("backSpeed")]
3333
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
@@ -41,7 +41,7 @@ public record TypedOptions
4141
public bool? SmartBackspace { get; set; }
4242

4343
/// <summary>
44-
/// 获得/设置 shuffle shuffle the strings default false
44+
/// 获得/设置 shuffle the strings default false
4545
/// </summary>
4646
[JsonPropertyName("shuffle")]
4747
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]

0 commit comments

Comments
 (0)