Skip to content

Commit 723e522

Browse files
chore(common): fix formatting, clarify wording
1 parent fc12254 commit 723e522

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_contentTemplates/common/issues-and-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ Open the Client `.csproj` file and ensure that the following switch is present.
1515
#end
1616

1717
#static-asset-issue-in-client-project
18-
Static assets work for Server-side project types only because of [an issue in the framework](https://github.com/aspnet/AspNetCore/issues/10986). If you use a client-side model, you must reference the script from our CDN.
18+
Static assets currently work only for Server-side project types because of [an issue in the framework](https://github.com/aspnet/AspNetCore/issues/10986). If you use a client-side model, you must reference the script from our CDN.
1919
#end

getting-started/what-you-need.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ To have the Telerik Blazor components look and behave as expected in the browser
5555

5656
For a server-side app, escape the `@` symbols as `@@`.
5757

58-
* Our JS Interop file. It provides features that cannot be implemented with native Blazor. @[template](/_contentTemplates/common/js-interop-file.md#js-interop-file-snippet)
58+
* Our JS Interop file. It provides features that cannot be implemented with native Blazor.
59+
60+
@[template](/_contentTemplates/common/js-interop-file.md#js-interop-file-snippet)
5961

6062

6163
### Static Assets

0 commit comments

Comments
 (0)