Browse Source

fix a typo

DIYgod 7 years ago
parent
commit
1331b6d5c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/time.js

+ 1 - 1
src/time.js

@@ -88,7 +88,7 @@ class Time {
         }
     }
 
-    distroy (type) {
+    destroy (type) {
         if (type) {
             clearInterval(this[`${type}Checker`]);
         }