]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: typo
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 19 Oct 2020 09:12:44 +0000 (11:12 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 19 Oct 2020 09:12:44 +0000 (11:12 +0200)
docs/guide/migration/index.md

index 019c3100833aa46d0384a34c89aaf0b9010dbb47..b9a11014a2747bd5128168a3307d1ff499233e41 100644 (file)
@@ -181,7 +181,7 @@ with
 The `exact` prop has been removed because the caveat it was fixing is no longer present so you should be able to safely remove it. There are however two things you should be aware of:
 
 - Routes are now active based on the route records they represent instead of the generated route location objects and their `path`, `query`, and `hash` properties
-- Only the `path` section is matched, `query`, and `hash` are taken into account anymore
+- Only the `path` section is matched, `query`, and `hash` aren't taken into account anymore
 
 If you wish to customize this behavior, e.g. take into account the `hash` section, you should use the [`v-slot` API](https://next.router.vuejs.org/api/#router-link-s-v-slot) to extend `<router-link>`.