Skip to content

Commit 0085570

Browse files
author
Sorita Heng
committed
Fix missing tag in example code
1 parent db0725c commit 0085570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/partials/integrations/blazor-postinstall.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ _File:_ `+Pages/Index.razor+`
5555
@using TinyMCE.Blazor
5656

5757
<h1>Hello, world!</h1>
58-
Welcome to your new app.
58+
<h2>Welcome to your new app.</h2>
5959
<Editor />
6060
----
6161
* Using the component with its namespace:
@@ -76,7 +76,7 @@ _File:_ `+Pages/Index.razor+`
7676
@using TinyMCE.Blazor
7777
7878
<h1>Hello, world!</h1>
79-
Welcome to your new app.
79+
<h2>Welcome to your new app.</h2>
8080
<Editor />
8181
----
8282
+

0 commit comments

Comments
 (0)