We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c007b9 commit eb99dd3Copy full SHA for eb99dd3
guide/scripts/format.js
@@ -15,7 +15,7 @@ function toc() {
15
html += '<li><a href="#' + cls + '">' + title + '</a></li>';
16
}
17
18
- tablOfContents.innerHTML = html;
+ tableOfContents.innerHTML = html;
19
20
21
if (tableOfContents) {
0 commit comments