소스 검색

docstring

sschmid 5 년 전
부모
커밋
cf8fae3b3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/OpenSheetMusicDisplay/OSMDOptions.ts

+ 1 - 1
src/OpenSheetMusicDisplay/OSMDOptions.ts

@@ -26,7 +26,7 @@ export interface IOSMDOptions {
     /** Default color for a note head (without stem). Default black (undefined).
      * Only considered before loading a sample, not before render.
      * To change the color after loading a sample and before render, use note(.sourceNote).NoteheadColor.
-     * the format is either Vexflow format, either "#rrggbb" or "#rrggbbtt" where <tt> is transparency. All hex values.
+     * The format is Vexflow format, either "#rrggbb" or "#rrggbbtt" where <tt> is transparency. All hex values.
      * E.g., a half-transparent red would be "#FF000080", invisible would be "#00000000" or "#12345600".
      */
     defaultColorNotehead?: string;