Skip to content

Commit bc70e7e

Browse files
committed
doc: 更正单词拼写错误
1 parent 40abd18 commit bc70e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Select/SimpleSelectBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace BootstrapBlazor.Components;
1414
public abstract class SimpleSelectBase<TValue> : SelectBase<TValue>
1515
{
1616
/// <summary>
17-
/// Gets virtualize component instrance
17+
/// Gets virtualize component instance
1818
/// </summary>
1919
[NotNull]
2020
protected Virtualize<SelectedItem>? _virtualizeElement = default;

0 commit comments

Comments
 (0)