summaryrefslogtreecommitdiffstatshomepage
path: root/www/content/docs.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/content/docs.md')
-rw-r--r--www/content/docs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/content/docs.md b/www/content/docs.md
index 910e383b..7084dab8 100644
--- a/www/content/docs.md
+++ b/www/content/docs.md
@@ -888,7 +888,7 @@ First we need to initialize elements that have the class in new content:
```javascript
htmx.onLoad(function (target) {
// find all elements in the new content that should be
- // an editor and init w/ quill
+ // an editor and init w/ TomSelect
var editors = target.querySelectorAll(".tomselect")
.forEach(elt => new TomSelect(elt))
});