docs: fix typo (#2360)

pull/2384/head
Jellyfish 2 years ago committed by GitHub
parent 08a5dec8d0
commit e14d35c382
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -384,7 +384,7 @@ export default {
// adjust how header anchors are generated, // adjust how header anchors are generated,
// useful for integrating with tools that use different conventions // useful for integrating with tools that use different conventions
anchors: { anchor: {
slugify(str) { slugify(str) {
return encodeURIComponent(str) return encodeURIComponent(str)
} }

Loading…
Cancel
Save