From: Eduardo San Martin Morote Date: Wed, 22 Apr 2020 12:15:35 +0000 (+0200) Subject: docs: add missing dash X-Git-Tag: v4.0.0-alpha.8~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a69e367a12ce476894e04de53fb8400884917c2;p=thirdparty%2Fvuejs%2Frouter.git docs: add missing dash --- diff --git a/__tests__/matcher/resolve.spec.ts b/__tests__/matcher/resolve.spec.ts index 3901845a..49fe6c8f 100644 --- a/__tests__/matcher/resolve.spec.ts +++ b/__tests__/matcher/resolve.spec.ts @@ -76,8 +76,8 @@ describe('RouterMatcher.resolve', () => { /** * - * @param record Record or records we are testing the matcher against - * @param location location we want to reolve against + * @param record - Record or records we are testing the matcher against + * @param location - location we want to reolve against * @param [start] Optional currentLocation used when resolving * @returns error */ diff --git a/src/router.ts b/src/router.ts index 73ff7868..0bce78a4 100644 --- a/src/router.ts +++ b/src/router.ts @@ -158,7 +158,7 @@ export interface Router { /** * Create a Router instance that can be used on a Vue app. * - * @param options {@link RouterOptions} + * @param options - {@link RouterOptions} */ export function createRouter({ history,