diff --git a/src/BootstrapBlazor/Components/Button/ButtonBase.cs b/src/BootstrapBlazor/Components/Button/ButtonBase.cs
index fa46a67c002..05205e4fd17 100644
--- a/src/BootstrapBlazor/Components/Button/ButtonBase.cs
+++ b/src/BootstrapBlazor/Components/Button/ButtonBase.cs
@@ -129,7 +129,7 @@ public abstract class ButtonBase : TooltipWrapperBase
public bool IsDisabled { get; set; }
///
- /// 获得/设置 点击时间是否向上传播 默认 false
+ /// 获得/设置 点击事件是否向上传播 默认 false
///
[Parameter]
public bool StopPropagation { get; set; }
diff --git a/src/BootstrapBlazor/Components/Button/SlideButton.razor.cs b/src/BootstrapBlazor/Components/Button/SlideButton.razor.cs
index e76c05097e9..e7c65c1bd82 100644
--- a/src/BootstrapBlazor/Components/Button/SlideButton.razor.cs
+++ b/src/BootstrapBlazor/Components/Button/SlideButton.razor.cs
@@ -1,4 +1,4 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the Apache 2.0 License
// See the LICENSE file in the project root for more information.
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
@@ -55,7 +55,7 @@ public partial class SlideButton
public Color Color { get; set; } = Color.Primary;
///
- /// 获得/设置 按钮颜色
+ /// 获得/设置 展开项显示位置
///
[Parameter]
public Placement Placement { get; set; }
diff --git a/src/BootstrapBlazor/Components/Filters/DateTimeFilter.razor.cs b/src/BootstrapBlazor/Components/Filters/DateTimeFilter.razor.cs
index ef1da901542..16d58521418 100644
--- a/src/BootstrapBlazor/Components/Filters/DateTimeFilter.razor.cs
+++ b/src/BootstrapBlazor/Components/Filters/DateTimeFilter.razor.cs
@@ -1,4 +1,4 @@
-// Licensed to the .NET Foundation under one or more agreements.
+// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the Apache 2.0 License
// See the LICENSE file in the project root for more information.
// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
@@ -6,7 +6,7 @@
namespace BootstrapBlazor.Components;
///
-/// DataTime filter component
+/// DateTime filter component
///
public partial class DateTimeFilter
{