diff --git a/www/attributes/hx-swap-oob.md b/www/attributes/hx-swap-oob.md index 8dcecfb2..8e8ad9b8 100644 --- a/www/attributes/hx-swap-oob.md +++ b/www/attributes/hx-swap-oob.md @@ -32,7 +32,7 @@ If the value is `true` or `outerHTML` (which are equivalent) the element will be If a swap value is given, that swap strategy will be used. -If a selector is given, the first element matching that selector will be swapped. If not, the element with an ID matching the new content will be swapped. +If a selector is given, the elements matching that selector will be swapped. If not, the element with an ID matching the new content will be swapped. ### Notes