Skip to content

Commit eb99dd3

Browse files
fixed typo
1 parent 0c007b9 commit eb99dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/scripts/format.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function toc() {
1515
html += '<li><a href="#' + cls + '">' + title + '</a></li>';
1616
}
1717

18-
tablOfContents.innerHTML = html;
18+
tableOfContents.innerHTML = html;
1919
}
2020

2121
if (tableOfContents) {

0 commit comments

Comments
 (0)