From: Eduardo San Martin Morote Date: Tue, 19 May 2020 12:24:09 +0000 (+0200) Subject: docs: add missing hyphen X-Git-Tag: v4.0.0-alpha.13~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7b9eca189f28cce5f7782592f3b130b5a8ac26;p=thirdparty%2Fvuejs%2Frouter.git docs: add missing hyphen [skip ci] --- 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