]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: add missing dash
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 22 Apr 2020 12:15:35 +0000 (14:15 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 22 Apr 2020 12:15:35 +0000 (14:15 +0200)
__tests__/matcher/resolve.spec.ts
src/router.ts

index 3901845a651956c255197dc78a86863c7d9bf9d9..49fe6c8fbdcecb164adbe5a743e91990edccb540 100644 (file)
@@ -76,8 +76,8 @@ describe('RouterMatcher.resolve', () => {
 
   /**
    *
-   * @param record Record or records we are testing the matcher against
-   * @param location location we want to reolve against
+   * @param record Record or records we are testing the matcher against
+   * @param location location we want to reolve against
    * @param [start] Optional currentLocation used when resolving
    * @returns error
    */
index 73ff78680ed5a9bcd6f8f6aa0fdf9c1b61a06fee..0bce78a4b6a025c17976c7888d0fa944f06a7cb1 100644 (file)
@@ -158,7 +158,7 @@ export interface Router {
 /**
  * Create a Router instance that can be used on a Vue app.
  *
- * @param options {@link RouterOptions}
+ * @param options {@link RouterOptions}
  */
 export function createRouter({
   history,