Skip to content

Commit a8bc817

Browse files
committed
docs(guide): fix punctuation
1 parent b585fe3 commit a8bc817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guide/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ import './Foo.js' // 应该为 './foo.js'
206206

207207
此错误可能发生在网络不稳定的环境中。例如,由于网络错误或服务器停机导致请求失败。
208208

209-
请注意,由于浏览器限制,您无法重新尝试动态导入。 ([whatwg/html#6768](https://github.com/whatwg/html/issues/6768)).
209+
请注意,由于浏览器限制,您无法重新尝试动态导入[whatwg/html#6768](https://github.com/whatwg/html/issues/6768))。
210210

211211
#### 浏览器扩展阻止请求 {#browser-extensions-blocking-requests}
212212

0 commit comments

Comments
 (0)