瀏覽代碼

fix lint error in comment

sschmid 4 年之前
父節點
當前提交
917a1c49f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/OpenSheetMusicDisplay/OSMDOptions.ts

+ 1 - 1
src/OpenSheetMusicDisplay/OSMDOptions.ts

@@ -57,7 +57,7 @@ export interface IOSMDOptions {
     /** Default font used for text and labels, e.g. title or lyrics. Default Times New Roman
      * Note that OSMD originally always used Times New Roman,
      * so things like layout and spacing may still be optimized for it.
-     * Valid options are CSS font families available in the browser used for rendering, 
+     * Valid options are CSS font families available in the browser used for rendering,
      * e.g. Times New Roman, Helvetica.
      */
     defaultFontFamily?: string;