diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 579de80c44..52967adec9 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -54,9 +54,9 @@ Please provide a summary of the tests affected by this work and any unique strat
- [ ] I have added a new component
-- [ ] I have added [Unit Tests](https://github.com/Microsoft/fluentui-blazor/blob/master/unit-tests.md) for my new compontent
+- [ ] I have added [Unit Tests](https://github.com/Microsoft/fluentui-blazor/blob/master/unit-tests.md) for my new component
- [ ] I have modified an existing component
-- [ ] I have validated the [Unit Tests](https://github.com/Microsoft/fluentui-blazor/blob/master/unit-tests.md) for an existing component
+- [ ] I have validated the [Unit Tests](https://github.com/Microsoft/fluentui-blazor/blob/master/unit-tests.md) for an existing component
## ⏭ Next Steps
diff --git a/examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml b/examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml
index 3e0f17a4fb..35a63a5652 100644
--- a/examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml
+++ b/examples/Demo/Shared/Microsoft.FluentUI.AspNetCore.Components.xml
@@ -7022,7 +7022,7 @@
- Gets or sets if this item dos not participates in overflow logic.
+ Gets or sets if this item does not participate in overflow logic.
Defaults to false
diff --git a/src/Core/Components/Overflow/FluentOverflowItem.razor.cs b/src/Core/Components/Overflow/FluentOverflowItem.razor.cs
index a7fb7dbdbc..8dddd4208d 100644
--- a/src/Core/Components/Overflow/FluentOverflowItem.razor.cs
+++ b/src/Core/Components/Overflow/FluentOverflowItem.razor.cs
@@ -35,7 +35,7 @@ public partial class FluentOverflowItem : IDisposable
public RenderFragment? ChildContent { get; set; }
///
- /// Gets or sets if this item dos not participates in overflow logic.
+ /// Gets or sets if this item does not participate in overflow logic.
/// Defaults to false
///
[Parameter]