Skip to content

Commit 9fabfd5

Browse files
Fix typo
1 parent ea0a32a commit 9fabfd5

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.AspNetCore.SpaServices

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.SpaServices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ For example, in your `cshtml`,
9191
asp-prerender-data="new {
9292
IsGoldUser = true,
9393
Cookies = ViewContext.HttpContext.Request.Cookies
94-
}""></div>
94+
}"></div>
9595

9696
Now in your JavaScript prerendering function, you can access this data by reading `params.data`, e.g.:
9797

0 commit comments

Comments
 (0)