Skip to content
Snippets Groups Projects
Commit 82f11d79 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

plural

parent fa1ba1d4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ const CLASSES = {
fullWidth: 'full-width'
};
class TableOfContent {
class TableOfContents {
constructor() {
this.element = document.querySelector('.toc-container');
this.content = this.element.querySelector('.toc-content');
......@@ -97,4 +97,4 @@ class TableOfContent {
}
}
new TableOfContent()
\ No newline at end of file
new TableOfContents()
\ No newline at end of file
......@@ -24,7 +24,7 @@
@import "design-system/pagination"
@import "design-system/nav"
@import "design-system/table"
@import "design-system/table_of_content"
@import "design-system/table_of_contents"
@import "design-system/top"
@import "design-system/typography"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment