소스 검색

refactor (rename)

sschmidTU 4 년 전
부모
커밋
d53494783b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      demo/index.js

+ 1 - 1
demo/index.js

@@ -603,7 +603,7 @@ import * as svg2pdf from '../node_modules/svg2pdf.js/dist/svg2pdf.min';
 
         openSheetMusicDisplay.load(str).then(
             function () {
-                // This gives you access to the osmd object in the console. Do not use in productive code
+                // This gives you access to the osmd object in the console. Do not use in production code
                 window.osmd = openSheetMusicDisplay;
                 openSheetMusicDisplay.zoom = zoom;
                 return openSheetMusicDisplay.render();