Skip to content

Commit fc7b9ec

Browse files
committed
docs: add missing hyphen
[skip ci]
1 parent a4eec41 commit fc7b9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/history/hash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { createWebHistory } from './html5'
44
/**
55
* Creates a hash history.
66
*
7-
* @param base optional base to provide. Defaults to `/`
7+
* @param base - optional base to provide. Defaults to `/`
88
*/
99
export function createWebHashHistory(base: string = '/'): RouterHistory {
1010
// Make sure this implementation is fine in terms of encoding, specially for IE11

0 commit comments

Comments
 (0)