Skip to content

Commit 3a723f6

Browse files
committed
fix typo in migration guide
1 parent 2cd76c3 commit 3a723f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ You may notice that:
10521052
{% raw %}
10531053
<div class="upgrade-path">
10541054
<h4>Upgrade Path</h4>
1055-
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> on your codebase to find examples of filters used in directives like `v-model`. If you miss any, you should also see <strong>console errors</strong>.</p>
1055+
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> on your codebase to find examples of filters used in directives like <code>v-model</code>. If you miss any, you should also see <strong>console errors</strong>.</p>
10561056
</div>
10571057
{% endraw %}
10581058

0 commit comments

Comments
 (0)