m2d - #1668
Merged
Merged
Conversation
docs: fix spacing and punctuation
docs(static-deploy): remove extra space
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates several Chinese documentation pages to improve Markdown formatting consistency (spacing, punctuation, and list rendering), making the docs render more cleanly and read more naturally.
Changes:
- Normalize spacing around inline links and punctuation (e.g., removing stray spaces before
。). - Improve Chinese punctuation usage (e.g., full-width parentheses around references).
- Minor typography fix in a blog post (spacing around “CSS”).
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| guide/troubleshooting.md | Fixes list formatting/indentation and punctuation; one line still contains a duplicated phrase to clean up. |
| guide/static-deploy.md | Normalizes spacing around punctuation in numbered steps. |
| config/build-options.md | Adjusts link sentence punctuation to use proper Chinese full stop. |
| blog/announcing-vite8.md | Fixes typography by adding missing space before “CSS”. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - **使用 service worker**: 实现一个 service worker, 它将预获取所有静态资源并缓存它们。 | ||
| - **Prefetch 动态 chunks**: 请注意,如果您的 HTML 文件由于 `Cache-Control` 标头而被浏览器缓存,则这无济于事 | ||
| - **实现优雅的回退**: 实现优雅的回退实现动态导入的错误处理,以便在缺少块时重新加载页面。请参阅[加载错误处理](./build.md#load-error-handling)以了解更多详细信息。 | ||
| - **实现优雅的回退**: 实现优雅的回退实现动态导入的错误处理,以便在缺少块时重新加载页面。请参阅 [加载错误处理](./build.md#load-error-handling) 以了解更多详细信息。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.