Parcourir la source

fix lint error in comment

sschmid il y a 4 ans
Parent
commit
917a1c49f2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;