Browse Source

Fix typo.

NaotoshiFujita 3 years ago
parent
commit
a1e0776691
1 changed files with 1 additions and 1 deletions
  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;