Skip to content

Commit 1168f4c

Browse files
committed
doc: 更正单词拼写错误
1 parent ec6d42b commit 1168f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/Tooltips.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
<Tooltip Title="Manual trigger tooltip" Trigger="manual" @ref="_tooltip">
101101
<TooltipContent></TooltipContent>
102102
</Tooltip>
103-
<Button Text="Tigger" OnClickWithoutRender="ToggleShow"></Button>
103+
<Button Text="Trigger" OnClickWithoutRender="ToggleShow"></Button>
104104
</DemoBlock>
105105

106106
<AttributeTable Items="@GetAttributes()" />

0 commit comments

Comments
 (0)