Skip to content

Commit d49cb25

Browse files
committed
chore: fix typo
1 parent b79d0c4 commit d49cb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/docs/docs/theme/inheritance.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Normally, you don't need to do this unless you know clearly that disabling plugi
106106

107107
## Override Components
108108

109-
You may want to override the same-name components in the parent theme. By default, when the components in the parent theme use relative paths to reference other components, you will not be able to do this because you cannot modify the code of the parent theme at run time.
109+
You may want to override the same-name components in the parent theme. By default, when the components in the parent theme use relative paths to reference other components, you will not be able to do this because you cannot modify the code of the parent theme at runtime.
110110

111111
VuePress achieves this requirement in a clever way, but there is a requirement for the parent theme - **All components must use the `@theme` alias to refer to other components**.
112112

0 commit comments

Comments
 (0)