From: Eduardo San Martin Morote Date: Wed, 1 Jul 2020 13:39:28 +0000 (+0200) Subject: docs: add missing hyphen X-Git-Tag: v4.0.0-beta.1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b52913da385e013c59206d1488735af602e3ca8;p=thirdparty%2Fvuejs%2Frouter.git docs: add missing hyphen --- diff --git a/src/history/common.ts b/src/history/common.ts index 5fe96ef3..3120f62f 100644 --- a/src/history/common.ts +++ b/src/history/common.ts @@ -157,7 +157,7 @@ export function normalizeHistoryLocation( * Normalizes a base by removing any trailing slash and reading the base tag if * present. * - * @param base base to normalize + * @param base - base to normalize */ export function normalizeBase(base?: string): string { if (!base) {