Skip to content

Commit

Permalink
Update TemplatesPage.razor (#2777)
Browse files Browse the repository at this point in the history
Removes extra period.
  • Loading branch information
oneolddev authored Oct 7, 2024
1 parent f313282 commit d4275c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Demo/Shared/Pages/TemplatesPage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<blockquote>
<strong>IMPORTANT!!</strong>
<p>Just as with the standard Blazor Web App template, Blazor will use SSR by default. If you want to have interactive components, make sure you add a rendermode to the app, page or component.!</p>
<p>Just as with the standard Blazor Web App template, Blazor will use SSR by default. If you want to have interactive components, make sure you add a rendermode to the app, page or component!</p>
</blockquote>

<h2 id="installation">Installation</h2>
Expand Down

0 comments on commit d4275c4

Please sign in to comment.