We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b249b1 commit e71f746Copy full SHA for e71f746
1 file changed
www/content/essays/the-fetchening.md
@@ -34,8 +34,8 @@ Further, changing from ye olde [`XMLHttpRequest`](https://developer.mozilla.org/
34
(a legacy of htmx 1.0 IE support) to [`fetch()`](https://developer.mozilla.org/en-US/docs/Web/API/Window/fetch) would
35
be a pretty violent change, guaranteed to break at least *some* stuff.
36
37
-So I began thinking: if we are going to consider moving to fetch, then maybe we should _also_ that this update as a
38
-chance address at least _some_ of the [quirks](https://htmx.org/quirks/) that htmx has acquired over its lifetime.
+So I began thinking: if we are going to consider moving to fetch, then maybe we should _also_ use this update as a
+chance address at least _some_ of the [quirks & cruft](https://htmx.org/quirks/) that htmx has acquired over its lifetime.
39
40
So, eventually & reluctantly, I have changed my mind: there _will_ be another major version of htmx.
41
0 commit comments