Skip to content

Commit 70825d2

Browse files
docs(common): js interop file name fix for 1.2.0
1 parent 2488a65 commit 70825d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_contentTemplates/common/js-interop-file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#add-blazor-js-file-to-component
2-
add the `telerik-blazor.min.js` file to your main index file. For a client-side Blazor app, it is `wwwroot/index.html`, and for a server-side Blazor app it is `~/Pages/Index.cshtml`. For example:
2+
add the `telerik-blazor.js` file to your main index file. For a client-side Blazor app, it is `wwwroot/index.html`, and for a server-side Blazor app it is `~/Pages/Index.cshtml`. For example:
33

44
@[template](/_contentTemplates/common/js-interop-file.md#js-interop-file-snippet)
55

66
#end
77

88
#add-js-interop-file-to-getting-started-client
9-
add the `telerik-blazor.min.js` file to your main index file - `wwwroot/index.html`:
9+
add the `telerik-blazor.js` file to your main index file - `wwwroot/index.html`:
1010

1111
@[template](/_contentTemplates/common/js-interop-file.md#js-interop-file-snippet)
1212
#end
1313

1414
#add-js-interop-file-to-getting-started-server
15-
add the `telerik-blazor.min.js` file to your main index file - `~/Pages/_Host.cshtml`:
15+
add the `telerik-blazor.js` file to your main index file - `~/Pages/_Host.cshtml`:
1616

1717
@[template](/_contentTemplates/common/js-interop-file.md#js-interop-file-snippet)
1818
#end

0 commit comments

Comments
 (0)