Skip to content

Commit 58e8d4a

Browse files
authored
docs: fix wrongly written (#1011)
1 parent 2abecc6 commit 58e8d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ The following output:
246246

247247
The [Scope](../essentials/scope.md) resolving of Translation component is `parent` as default.
248248

249-
It meas that Translation component uses the scope that is enabled in the parent component that uses it.
249+
It means that Translation component uses the scope that is enabled in the parent component that uses it.
250250

251251
If the parent component has `useI18n` in `useScope: 'global'`, it will use Global Scope, else if `useScope: 'local'`, it will use the Local Scope of the parent component.
252252

0 commit comments

Comments
 (0)