From 1b52913da385e013c59206d1488735af602e3ca8 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 1 Jul 2020 15:39:28 +0200 Subject: [PATCH] docs: add missing hyphen --- src/history/common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.47.3