8000 fix typo in migration guide · woodcoder/vuejs.org@0e4d9a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e4d9a4

Browse files
committed
fix typo in migration guide
1 parent ca06c02 commit 0e4d9a4

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)
0