From 5a932419191dbeb2ccd2a44d39b83160ccf12b30 Mon Sep 17 00:00:00 2001 From: Andre Sander Date: Tue, 18 Jun 2024 19:46:45 +0200 Subject: [PATCH] Remove duplicated "the" (#2621) --- www/content/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/content/docs.md b/www/content/docs.md index 7084dab8f..a1cf91ca0 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -380,7 +380,7 @@ attribute with a CSS selector to do so: Here we call out the indicator explicitly by id. Note that we could have placed the class on the parent `div` as well and had the same effect. -You can also add the [the `disabled` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled) to +You can also add the [`disabled` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled) to elements for the duration of a request by using the [hx-disabled-elt](@/attributes/hx-disabled-elt.md) attribute. ### Targets @@ -1641,7 +1641,7 @@ listed below: | `htmx.config.inlineStyleNonce` | defaults to `''`, meaning that no nonce will be added to inline styles | | `htmx.config.useTemplateFragments` | defaults to `false`, HTML template tags for parsing content from the server (not IE11 compatible!) | | `htmx.config.wsReconnectDelay` | defaults to `full-jitter` | -| `htmx.config.wsBinaryType` | defaults to `blob`, the [the type of binary data](https://developer.mozilla.org/docs/Web/API/WebSocket/binaryType) being received over the WebSocket connection | +| `htmx.config.wsBinaryType` | defaults to `blob`, the [type of binary data](https://developer.mozilla.org/docs/Web/API/WebSocket/binaryType) being received over the WebSocket connection | | `htmx.config.disableSelector` | defaults to `[hx-disable], [data-hx-disable]`, htmx will not process elements with this attribute on it or a parent | | `htmx.config.withCredentials` | defaults to `false`, allow cross-site Access-Control requests using credentials such as cookies, authorization headers or TLS client certificates | | `htmx.config.timeout` | defaults to 0, the number of milliseconds a request can take before automatically being terminated |