Skip to content

Commit a2178e5

Browse files
AlexejTimoninpranavkm
authored andcommitted
Correct capitalization of JavaScript in template site.js files (#13456)
Fixes #10414
1 parent 90e89e9 commit a2178e5

File tree

2 files changed

+2
-2
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content
    • RazorPagesWeb-CSharp/wwwroot/js
    • StarterWeb-FSharp/wwwroot/js

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
22
// for details on configuring this project to bundle and minify static web assets.
33

4-
// Write your Javascript code.
4+
// Write your JavaScript code.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
22
// for details on configuring this project to bundle and minify static web assets.
33

4-
// Write your Javascript code.
4+
// Write your JavaScript code.

0 commit comments

Comments
 (0)