sschmid 4 年之前
父節點
當前提交
aaa2057d2b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/MusicalScore/Graphical/VexFlow/VexFlowStaffEntry.ts

+ 1 - 1
src/MusicalScore/Graphical/VexFlow/VexFlowStaffEntry.ts

@@ -17,7 +17,7 @@ export class VexFlowStaffEntry extends GraphicalStaffEntry {
 
     /**
      * Calculates the staff entry positions from the VexFlow stave information and the tickabels inside the staff.
-     * This is needed in order to set the OSMD staff entries (which are almost the same as tickables) to the correct positionts.
+     * This is needed in order to set the OSMD staff entries (which are almost the same as tickables) to the correct positions.
      * It is also needed to be done after formatting!
      */
     public calculateXPosition(): void {