Skip to content

Commit cea7cb4

Browse files
committed
docs: more drop $tc and tc example code
1 parent 229cba8 commit cea7cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ You need to specify the key that resolves the value specified with `$t` or `t`.
165165

166166
## Pluralization
167167

168-
Vue I18n supports [pluralization](../essentials/pluralization) as a string-based message format. Vue I18n interpolate the parameter values with `$tc` or `tc`, and it can be output it.
168+
Vue I18n supports [pluralization](../essentials/pluralization) as a string-based message format. Vue I18n interpolate the parameter values with `$t` or `t`, and it can be output it.
169169

170170
You can use the `plural` function of the message context to do the same thing.
171171

0 commit comments

Comments
 (0)