From: 迷渡 Date: Wed, 26 Feb 2020 08:24:33 +0000 (+0800) Subject: chore: typo (#121) X-Git-Tag: v4.0.0-alpha.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e008bd31b3f847fb976445588631940eea84662f;p=thirdparty%2Fvuejs%2Frouter.git chore: typo (#121) --- diff --git a/src/utils/callbacks.ts b/src/utils/callbacks.ts index 5ae9cb0d..6f9f5aab 100644 --- a/src/utils/callbacks.ts +++ b/src/utils/callbacks.ts @@ -1,5 +1,5 @@ /** - * Create a 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() { let handlers: T[] = []