From ec4c6c797c8bef80c3ff0c4eec6daf154f1097d3 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Sun, 24 Dec 2023 15:30:53 +0800 Subject: [PATCH] docs: fixed incorrect grammar and sentences Signed-off-by: Neko Ayaka --- .../vitepress-plugin-enhanced-readabilities/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/en/integrations/vitepress-plugin-enhanced-readabilities/index.md b/docs/pages/en/integrations/vitepress-plugin-enhanced-readabilities/index.md index 6fefc915..e33fda53 100644 --- a/docs/pages/en/integrations/vitepress-plugin-enhanced-readabilities/index.md +++ b/docs/pages/en/integrations/vitepress-plugin-enhanced-readabilities/index.md @@ -125,7 +125,7 @@ If you haven't configured any of the separated [Vite configuration file](https:/ #### Add plugin into the Theme options of VitePress -In VitePress's [**theme configuration file**](https://vitepress.dev/reference/default-theme-config#default-theme-config) (note that it's not a **configuration file**, it's usually located at `docs/.vitepress/theme/index.ts`, file paths and extensions may be vary), import `@nolebase/vitepress-plugin-enhanced-readabilities` import and add it to the `Layout` extension: +In VitePress's [**theme configuration file**](https://vitepress.dev/reference/default-theme-config#default-theme-config) (note that it's not a **configuration file**, it's usually located at `docs/.vitepress/theme/index.ts`, file paths and extensions may be vary), import `@nolebase/vitepress-plugin-enhanced-readabilities` package and add it to the `Layout` section as a slot: