]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: typo (#121)
author迷渡 <justjavac@gmail.com>
Wed, 26 Feb 2020 08:24:33 +0000 (16:24 +0800)
committerGitHub <noreply@github.com>
Wed, 26 Feb 2020 08:24:33 +0000 (09:24 +0100)
src/utils/callbacks.ts

index 5ae9cb0d800f07829f66bde20e3968bd635d6a02..6f9f5aab66cabafc6f92c215f70f3377ead38bc5 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Create a list of callbacks that can be reset. Used to create before and after navigation guards list
+ * Create a list of callbacks that can be reset. Used to create before and after navigation guards list
  */
 export function useCallbacks<T>() {
   let handlers: T[] = []