diff --git a/www/examples/update-other-content.md b/www/examples/update-other-content.md index d02034b1..f305ee4a 100644 --- a/www/examples/update-other-content.md +++ b/www/examples/update-other-content.md @@ -137,7 +137,7 @@ Instead of modifying something on the front end, in your response to the `POST` ``` -This content uses the [hx-oob-swap](/attributes/hx-oob-swap) attribute to append itself to the `#contacts-table`, updating +This content uses the [hx-swap-oob](/attributes/hx-swap-oob/) attribute to append itself to the `#contacts-table`, updating the table after a contact is added successfully. Note that because we are using table rows here, we must enable template fragment parsing (thus sacrificing IE11 compatibility) @@ -250,4 +250,4 @@ own software engineering tastes and which of the two matches up better with your Finally, the path-deps approach is interesting, and if it fits well with your mental model and overall system architecture, it can be a fun way to avoid explicit refreshing. I would look at it last, however, unless the concept really grabs -you. \ No newline at end of file +you.