]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: add missing hyphen
authorEduardo San Martin Morote <posva13@gmail.com>
Tue, 19 May 2020 12:24:09 +0000 (14:24 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Tue, 19 May 2020 12:24:12 +0000 (14:24 +0200)
[skip ci]

src/history/hash.ts

index 98f7241cd180f4b01bee118f9e9171f7ffca8683..5b8015400e8987b14fe1cbe81121bf4632dab719 100644 (file)
@@ -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