diff --git a/blog/announcing-vite3.md b/blog/announcing-vite3.md index c10855eb..bc550e54 100644 --- a/blog/announcing-vite3.md +++ b/blog/announcing-vite3.md @@ -255,7 +255,7 @@ We have worked closely with projects in the ecosystem to ensure that frameworks Vite 3 is the result of the aggregate effort of members of the [Vite Team](/team) working together with ecosystem project maintainers and other collaborators to Vite core. -We want to thank everyone that have implemented features, and fixes, given feedback, and have been involved in Vite 3: +We want to thank everyone who has implemented features, and fixes, given feedback, and have been involved in Vite 3: - Vite team members [@youyuxi](https://twitter.com/youyuxi), [@patak_dev](https://twitter.com/patak_dev), [@antfu7](https://twitter.com/antfu7), [@bluwyoo](https://twitter.com/bluwyoo), [@sapphi_red](https://twitter.com/sapphi_red), [@haoqunjiang](https://twitter.com/haoqunjiang), [@poyoho](https://github.com/poyoho), [@Shini_92](https://twitter.com/Shini_92), and [@retropragma](https://twitter.com/retropragma). - [@benmccann](https://github.com/benmccann), [@danielcroe](https://twitter.com/danielcroe), [@brillout](https://twitter.com/brillout), [@sheremet_va](https://twitter.com/sheremet_va), [@userquin](https://twitter.com/userquin), [@enzoinnocenzi](https://twitter.com/enzoinnocenzi), [@maximomussini](https://twitter.com/maximomussini), [@IanVanSchooten](https://twitter.com/IanVanSchooten), the [Astro team](https://astro.build/), and all other maintainers of frameworks and plugins in the ecosystem in that helped shape v3. diff --git a/blog/announcing-vite4.md b/blog/announcing-vite4.md index 6c13adf4..ead57eea 100644 --- a/blog/announcing-vite4.md +++ b/blog/announcing-vite4.md @@ -131,7 +131,7 @@ Vite cares about its footprint, to speed up installation, especially in the use Vite 4 wouldn't be possible without uncountable hours of work by Vite contributors, many of them maintainers of downstream projects and plugins, and the efforts of the [Vite Team](/team). All of us have worked together to improve Vite's DX once more, for every framework and app using it. We're grateful to be able to improve a common base for such a vibrant ecosystem. -We're also thankful to individuals and companies sponsoring the Vite team, and companies investing directly in Vite's future: [@antfu7](https://twitter.com/antfu7)'s work on Vite and the ecosystem is part of his job at [Nuxt Labs](https://nuxtlabs.com/), [Astro](https://astro.build) is funding [@bluwyoo](https://twitter.com/bluwyoo)'s' Vite core work, and [StackBlitz](https://stackblitz.com/) hires [@patak_dev](https://twitter.com/patak_dev) to work full time on Vite. +We're also thankful to individuals and companies sponsoring the Vite team, and companies investing directly in Vite's future: [@antfu7](https://twitter.com/antfu7)'s work on Vite and the ecosystem is part of his job at [Nuxt Labs](https://nuxtlabs.com/), [Astro](https://astro.build) is funding [@bluwyoo](https://twitter.com/bluwyoo)'s Vite core work, and [StackBlitz](https://stackblitz.com/) hires [@patak_dev](https://twitter.com/patak_dev) to work full time on Vite. ## Next steps diff --git a/guide/ssr.md b/guide/ssr.md index b77e4629..b02ce890 100644 --- a/guide/ssr.md +++ b/guide/ssr.md @@ -262,7 +262,7 @@ export function mySSRPlugin() { } ``` -`load` 和 `transform` 中的 `options` 对象为可选项,rollup 目前并未使用该对象,但将来可能会用额外的元数据来扩展这些钩子函数。 +`load` 和 `transform` 中的 `options` 对象为可选项,Rollup 目前并未使用该对象,但将来可能会用额外的元数据来扩展这些钩子函数。 :::tip Note Vite 2.7 之前的版本,会提示你 `ssr` 参数的位置不应该是 `options` 对象。目前所有主要框架和插件都已对应更新,但你可能还是会发现使用过时 API 的旧文章。