Fixed https://github.com/aspnet/AspNetCore/issues/5206: Fixing a minor html syntax error
This commit is contained in:
parent
24f37a9619
commit
a923c725a1
|
|
@ -4,7 +4,7 @@
|
|||
This sample demonstrates how you can invoke a JavaScript module that contains
|
||||
prerendering logic for a Single-Page Application framework.
|
||||
</p>
|
||||
</p>
|
||||
<p>
|
||||
Your prerendering boot function will receive parameters that describe the page
|
||||
being rendered and any data supplied by the .NET code. The return value should be
|
||||
a promise that resolves with data to be injected into the page, such as the
|
||||
|
|
|
|||
Loading…
Reference in New Issue