]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: add missing hyphen
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 1 Jul 2020 13:39:28 +0000 (15:39 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 1 Jul 2020 13:39:28 +0000 (15:39 +0200)
src/history/common.ts

index 5fe96ef3a5af59317dbbf31cb5eac348879efaad..3120f62f32d6cc94013c6a302592dde11cf7bb14 100644 (file)
@@ -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) {