From 29c12fe0cb15aaa2409b5bcedcbf48d8c2022027 Mon Sep 17 00:00:00 2001 From: lao Date: Fri, 30 Sep 2022 14:33:53 -0600 Subject: [PATCH] doc: fix typo in hx-select-oob attribute example (#994) Correct "info-detail" to "info-details" in the explanation to the hx-select-oob example. --- www/attributes/hx-select-oob.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/attributes/hx-select-oob.md b/www/attributes/hx-select-oob.md index 03de42d9..6c0a3113 100644 --- a/www/attributes/hx-select-oob.md +++ b/www/attributes/hx-select-oob.md @@ -23,7 +23,7 @@ Here is an example that selects a subset of the response content: ``` -This button will issue a `GET` to `/info` and then select the element with the id `info-detail`, +This button will issue a `GET` to `/info` and then select the element with the id `info-details`, which will replace the entire button in the DOM, and, in addition, pick out an element with the id `alert` in the response and swap it in for div in the DOM with the same ID.