Skip to content

Commit

Permalink
Fix built-in methods TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed May 14, 2024
1 parent 8de1a4b commit cee7860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/discovery/pages/article.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const toc = {
item: [
{
view: 'link',
data: '{ href: `#${#.page}:${#.id}&!anchor=` + name, text: name, match: #.filter }',
data: '{ href: `#${#.page}:${#.id}&!anchor=` + name.toLowerCase(), text: name, match: #.filter }',
content: 'text-match'
}
]
Expand Down

0 comments on commit cee7860

Please sign in to comment.