Skip to content

Commit

Permalink
Fix scrollspy typo in initTE method (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
juujisai authored Jun 27, 2023
1 parent c445806 commit ee4e058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/standard/navigation/scrollspy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,11 @@ <h3 class="pb-3 pt-5 text-xl font-semibold">Section 4</h3>
{{< twsnippet/code lang="js" >}}
// Initialization for ES Users
import {
Scrollspy,
ScrollSpy,
initTE,
} from "tw-elements";

initTE({ Scrollspy });
initTE({ ScrollSpy });
{{< /twsnippet/code >}}
{{< /twsnippet/wrapper >}}
</div>
Expand Down

0 comments on commit ee4e058

Please sign in to comment.