Skip to content

Commit e14d35c

Browse files
authored
docs: fix typo (#2360)
1 parent 08a5dec commit e14d35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/site-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export default {
384384

385385
// adjust how header anchors are generated,
386386
// useful for integrating with tools that use different conventions
387-
anchors: {
387+
anchor: {
388388
slugify(str) {
389389
return encodeURIComponent(str)
390390
}

0 commit comments

Comments
 (0)