From fc7b9eca189f28cce5f7782592f3b130b5a8ac26 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Tue, 19 May 2020 14:24:09 +0200 Subject: [PATCH] docs: add missing hyphen [skip ci] --- src/history/hash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/history/hash.ts b/src/history/hash.ts index 98f7241c..5b801540 100644 --- a/src/history/hash.ts +++ b/src/history/hash.ts @@ -4,7 +4,7 @@ import { createWebHistory } from './html5' /** * Creates a hash history. * - * @param base optional base to provide. Defaults to `/` + * @param base - optional base to provide. Defaults to `/` */ export function createWebHashHistory(base: string = '/'): RouterHistory { // Make sure this implementation is fine in terms of encoding, specially for IE11 -- 2.47.3