Skip to content

Commit 6ae4e9a

Browse files
committed
Fix typo in comment
1 parent 039dbc9 commit 6ae4e9a

File tree

1 file changed

+1
-1
lines changed
  • src/Elastic.Documentation.Site/Assets

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.Site/Assets/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ document.addEventListener('htmx:load', function (event) {
2323
initCopyButton()
2424
initTabs()
2525

26-
// We this so that the navigation is not initialized twice
26+
// We do this so that the navigation is not initialized twice
2727
if (isLazyLoadNavigationEnabled) {
2828
if (event.detail.elt.id === 'nav-tree')
2929
{

0 commit comments

Comments
 (0)