浏览代码

Fix typo.

NaotoshiFujita 3 年之前
父节点
当前提交
a1e0776691
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;