Correct capitalization of JavaScript in template site.js files (#13456)

Fixes #10414
This commit is contained in:
Alexej Timonin 2019-08-27 01:43:43 +02:00 committed by Pranav K
parent 90e89e9708
commit a2178e5097
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
// for details on configuring this project to bundle and minify static web assets.
// Write your Javascript code.
// Write your JavaScript code.

View File

@ -1,4 +1,4 @@
// Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
// for details on configuring this project to bundle and minify static web assets.
// Write your Javascript code.
// Write your JavaScript code.