소스 검색

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;