From a739a75708aa75743d8f3ba0885c6d9ea257a57c Mon Sep 17 00:00:00 2001 From: Vincent Date: Sun, 4 Feb 2024 21:09:27 +0100 Subject: [PATCH] Fix typo in htmx.config.head.boost --- www/content/migration-guide-htmx-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/migration-guide-htmx-1.md b/www/content/migration-guide-htmx-1.md index 8f0c0ad6..7f896fe5 100644 --- a/www/content/migration-guide-htmx-1.md +++ b/www/content/migration-guide-htmx-1.md @@ -14,7 +14,7 @@ We place a very high value on backwards compatibility, so in most cases this mig * If you want to make cross-domain requests with htmx, revert `htmx.config.selfRequestsOnly` to `false` * If you are using htmx in a module setting, we now provide module-type specific files for all three of the major JavaScript module types: `/dist/htmx.esm.js`, `/dist/htmx.umd.js` & `/dist/htmx.amd.js` -* htmx 2.0 offers automatic head merging with boosted links. If you do not want this behavior, you can set `htmx.config.head.boosted` to `"none"` +* htmx 2.0 offers automatic head merging with boosted links. If you do not want this behavior, you can set `htmx.config.head.boost` to `"none"` * all extensions have been removed from the core htmx distribution and are distributed separately on [their own website](https://extensions.htmx.org) * Convert any `hx-on` attributes to their `hx-on:` equivalent: