Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Nov 21, 2024
1 parent e27fcc2 commit 6d5579c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite-demo/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ document.querySelector('#app').innerHTML =
<div class="router-link">
<span class="sgi sgi-lightbulb"></span>
<a href="https://github.com/6pac/SlickGrid/wiki/Examples" target="__blank" title="for many more examples, please visit the project Examples Wiki">
Visit Examples Wikis
Visit Examples Wiki
</a>
</div>
</div>
Expand Down Expand Up @@ -48,4 +48,4 @@ function destroyPreviousExample() {
if (currentExample?.destroy) {
currentExample.destroy();
}
}
}

0 comments on commit 6d5579c

Please sign in to comment.