Skip to content

Commit

Permalink
[Docs] Fix typos (#2400)
Browse files Browse the repository at this point in the history
* Fix typo

Fix two typos I spotted in #2393.

* Fix typo

Fix typo in PR template.

---------

Co-authored-by: Vincent Baaij <[email protected]>
  • Loading branch information
martincostello and vnbaaij authored Jul 18, 2024
1 parent 7782569 commit 48b5079
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ Please provide a summary of the tests affected by this work and any unique strat
<!--- Remove this section if not applicable. -->

- [ ] 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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7022,7 +7022,7 @@
</member>
<member name="P:Microsoft.FluentUI.AspNetCore.Components.FluentOverflowItem.Fixed">
<summary>
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
</summary>
</member>
Expand Down
2 changes: 1 addition & 1 deletion src/Core/Components/Overflow/FluentOverflowItem.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public partial class FluentOverflowItem : IDisposable
public RenderFragment? ChildContent { get; set; }

/// <summary>
/// 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
/// </summary>
[Parameter]
Expand Down

0 comments on commit 48b5079

Please sign in to comment.