diff --git a/www/attributes/hx-target.md b/www/attributes/hx-target.md index 2fd409d3..dee4398e 100644 --- a/www/attributes/hx-target.md +++ b/www/attributes/hx-target.md @@ -9,7 +9,7 @@ The `hx-target` attribute allows you to target a different element for swapping request. The value of this attribute can be: * a CSS query selector of the element to target - * `this` which indicates that the element that the `ic-target` attribute is on is the target + * `this` which indicates that the element that the `hx-target` attribute is on is the target * `closest ` which will find the closest parent ancestor that matches the given CSS selector. (e.g. `closest tr` will target the closest table row to the element)