From 0a69e367a12ce476894e04de53fb8400884917c2 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 22 Apr 2020 14:15:35 +0200 Subject: [PATCH] docs: add missing dash --- __tests__/matcher/resolve.spec.ts | 4 ++-- src/router.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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, -- 2.47.2