Skip to content

Commit 2c757a1

Browse files
authored
docs: comma (#3392)
1 parent 993c58c commit 2c757a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/advanced/scroll-behavior.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can enable native smooth scrolling for [browsers supporting it](https://deve
8989
scrollBehavior (to, from, savedPosition) {
9090
if (to.hash) {
9191
return {
92-
selector: to.hash
92+
selector: to.hash,
9393
behavior: 'smooth',
9494
}
9595
}

0 commit comments

Comments
 (0)