We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6d42b commit 1168f4cCopy full SHA for 1168f4c
src/BootstrapBlazor.Server/Components/Samples/Tooltips.razor
@@ -100,7 +100,7 @@
100
<Tooltip Title="Manual trigger tooltip" Trigger="manual" @ref="_tooltip">
101
<TooltipContent></TooltipContent>
102
</Tooltip>
103
- <Button Text="Tigger" OnClickWithoutRender="ToggleShow"></Button>
+ <Button Text="Trigger" OnClickWithoutRender="ToggleShow"></Button>
104
</DemoBlock>
105
106
<AttributeTable Items="@GetAttributes()" />
0 commit comments