From a15fcafb8ad2727c18df2a43336113dded1311f5 Mon Sep 17 00:00:00 2001 From: "Guilherme J. Tramontina" Date: Wed, 19 Jun 2024 03:45:05 +1000 Subject: fix 3rd party lib name in example doc (#2632) --- www/content/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) }); -- cgit v1.2.3