Skip to content

Commit b974bc1

Browse files
feat: no-diff change for linter
no-diff Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f959519 commit b974bc1

File tree

1 file changed

+1
-1
lines changed
  • files/zh-cn/web/performance/speculative_loading

1 file changed

+1
-1
lines changed

files/zh-cn/web/performance/speculative_loading/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Link: <https://www.example.com/fonts/cicle_fina-webfont.woff2>; rel="preload"
169169

170170
下表总结了上述特性,并提供了何时使用每个特性的指导。
171171

172-
| 推测性加载特性 | 目的 | 何时使用 |
172+
| 推测性加载特性 | 目的 | 何时使用 |
173173
| --------------------------------------------------------------------------------- | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
174174
| [`<link rel="preconnect">`](/zh-CN/docs/Web/HTML/Attributes/rel/preconnect) | 跨源连接预热 | 在最关键的跨源连接上使用,以提供性能改进。 |
175175
| [`<link rel="dns-prefetch">`](/zh-CN/docs/Web/HTML/Attributes/rel/dns-prefetch) | 跨源连接预热 | 在所有跨源连接上使用,以提供连接时的小性能改进。 |

0 commit comments

Comments
 (0)