Skip to content

Commit d960218

Browse files
cedricwarrantorulivz
authored andcommitted
docs: just fixed a small typo (#1676)
1 parent 27f005b commit d960218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/theme/option-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = (themeConfig, ctx) => {
2424

2525

2626
::: tip
27-
1. You should see the difference between `themeEntry` and `themeConfig`, the former is a configuration for ths theme itself, which is provided by VuePress. the latter is the user's configuration for the theme, which is implemented by the currently used theme, e.g. [Default Theme Config](./default-theme-config.md).
27+
1. You should see the difference between `themeEntry` and `themeConfig`, the former is a configuration for the theme itself, which is provided by VuePress. the latter is the user's configuration for the theme, which is implemented by the currently used theme, e.g. [Default Theme Config](./default-theme-config.md).
2828

2929
2. In addition to the options listed in this section, `themeEntry` also supports all [Option API](../plugin/option-api.md) and [Life Cycle](../plugin/life-cycle.md) supported by plugins.
3030
:::

0 commit comments

Comments
 (0)