Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 5174e3e

Browse files
committed
docs: fix typo
1 parent b6444b4 commit 5174e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/src/zh/plugins/smooth-scroll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sidebarDepth: 3
1111
1.[scrollBehavior](https://router.vuejs.org/api/#scrollbehavior) 中使用 `window.scrollTo({ behavior: 'smooth' })`
1212
- [参考](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo)
1313
- [浏览器兼容性](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo#Browser_Compatibility)
14-
- [smoothscroll-ployfill](https://github.com/iamdustan/smoothscroll)
14+
- [smoothscroll-polyfill](https://github.com/iamdustan/smoothscroll)
1515
2. 将样式 `scroll-behavior: smooth;` 加入 `<html>` 元素
1616
- [参考](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior)
1717
- [浏览器兼容性](https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-behavior#Browser_compatibility)

0 commit comments

Comments
 (0)