Skip to content

Commit 1d90303

Browse files
committed
fix: clarify a sentence a bit
1 parent 12f3962 commit 1d90303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/guide/what-is-vitepress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Just want to try it out? Skip to the [Quickstart](./getting-started).
1818

1919
- **Blogs, Portfolios, and Marketing Sites**
2020

21-
VitePress supports [fully customized themes](./custom-theme), with the developer experience of a standard Vite + Vue application. Being built on Vite also means you can directly leverage Vite plugins from its rich ecosystem. In addition, VitePress provides flexible APIs to [load data](./data-loading) (local or remote) and [dynamically generate routes](./routing#dynamic-routes). You can use it to build almost anything as long as the data can be determined at build time.
21+
VitePress supports [fully customized themes](./custom-theme), with the developer experience of a standard Vite + Vue application. Being built on Vite also means you can directly leverage Vite plugins from its rich ecosystem. Additionally, VitePress provides flexible APIs to [load data](./data-loading) (local or remote) and [dynamically generate routes](./routing#dynamic-routes). You can use it to build almost anything as long as the data can be determined at build time.
2222

2323
The official [Vue.js blog](https://blog.vuejs.org/) is a simple blog that generates its index page based on local content.
2424

0 commit comments

Comments
 (0)