Skip to content

Commit ac3c3ca

Browse files
authored
doc(SlideButton): update Offset annotate (#4494)
1 parent 78c691b commit ac3c3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Button/SlideButton.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public partial class SlideButton
6060
public Placement Placement { get; set; }
6161

6262
/// <summary>
63-
/// 获得/设置 弹窗便宜量 默认 8px
63+
/// 获得/设置 弹窗偏移量 默认 8px
6464
/// </summary>
6565
[Parameter]
6666
public float Offset { get; set; } = 8;

0 commit comments

Comments
 (0)