Browse Source

Fix typo.

NaotoshiFujita 3 năm trước cách đây
mục cha
commit
a1e0776691
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/js/types/options.ts

+ 1 - 1
src/js/types/options.ts

@@ -329,7 +329,7 @@ export interface ResponsiveOptions {
   flickPower?: number;
 
   /**
-   * Limies the number of pages to move by "flick".
+   * Limits the number of pages to move by "flick".
    */
   flickMaxPages?: number;