Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix typo
Fix two typos I spotted in #2393.
  • Loading branch information
martincostello committed Jul 18, 2024
commit 7f10ae4bc86a6b8ccdd3f8bb4fa6704c4239dd31
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