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 d3d75fc commit 39e82dcCopy full SHA for 39e82dc
src/BootstrapBlazor.Server/Components/Samples/Popovers.razor
@@ -78,7 +78,7 @@
78
<Popover Title="@Title" Content="@Content" IsHtml="true" Trigger="manual" @ref="_popover">
79
<i class="fa-solid fa-flag" style="cursor: pointer;"></i>
80
</Popover>
81
- <Button Text="Tigger" OnClickWithoutRender="ToggleShow"></Button>
+ <Button Text="Trigger" OnClickWithoutRender="ToggleShow"></Button>
82
</DemoBlock>
83
84
<AttributeTable Items="@GetAttributes()" />
0 commit comments