Skip to content

Commit b989f05

Browse files
authored
Update how-to-set-up-in-blazor-application.md (#1097)
Fix incorrect script source casing
1 parent 1376568 commit b989f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

designing-reports/report-designer-tools/web-report-designer/how-to-set-up-in-blazor-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ using Microsoft.AspNetCore.Mvc;
119119
1. Add the dedicated `telerikWebReportDesignerInterop.js` dependency at the end of the __body__ element of the `Pages/_Host.cshtml` (Blazor Server) or `wwwroot/index.html` (Blazor WebAssembly):
120120
121121
````HTML
122-
<script src="_content/telerik.webreportdesigner.blazor/telerikWebReportDesignerInterop.js" defer></script>
122+
<script src="_content/Telerik.WebReportDesigner.Blazor/telerikWebReportDesignerInterop.js" defer></script>
123123
@* Or this one if using the Telerik.WebReportDesigner.Blazor.Trial package *@
124124
@*<script src="_content/Telerik.WebReportDesigner.Blazor.Trial/telerikWebReportDesignerInterop.js" defer></script>*@
125125
````

0 commit comments

Comments
 (0)