Skip to content

Commit 90c5ce7

Browse files
vnbaaijCopilot
andauthored
Update src/Core/Components/SortableList/FluentSortableList.razor.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 32de924 commit 90c5ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Components/SortableList/FluentSortableList.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public FluentSortableList(LibraryConfiguration configuration) : base(configurati
121121
public Func<TItem, bool>? ItemFilter { get; set; }
122122

123123
/// <summary>
124-
/// Gets or sets wether to ignore the HTML5 DnD behaviour and force the fallback to kick in
124+
/// Gets or sets whether to ignore the HTML5 DnD behaviour and force the fallback to kick in
125125
/// </summary>
126126
[Parameter]
127127
public bool Fallback { get; set; } = false;

0 commit comments

Comments
 (0)