Skip to content

Commit fe30e73

Browse files
authored
fix: fix TOC title case (#46)
1 parent 863716f commit fe30e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<div class="bd-toc-item active">
44

5-
<h3 class="bd-toc-link">What's on this Page</h3>
5+
<h3 class="bd-toc-link">What's on This Page</h3>
66

77
{{ with .TableOfContents }}
88

0 commit comments

Comments
 (0)