Skip to content

Commit bd7cc71

Browse files
pineNataliaTepluhina
authored andcommitted
Use correct method name (#2218)
1 parent 4c0944e commit bd7cc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/migration-vue-router.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ Use [`beforeRouteEnter`](https://router.vuejs.org/en/advanced/navigation-guards.
487487
{% raw %}
488488
<div class="upgrade-path">
489489
<h4>Upgrade Path</h4>
490-
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> on your codebase to find examples of the <code>beforeRouteEnter</code> hook.</p>
490+
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> on your codebase to find examples of the <code>activate</code> hook.</p>
491491
</div>
492492
{% endraw %}
493493

0 commit comments

Comments
 (0)