diff --git a/web/sites/guides/src/content/docs/v4-0-0/basics/views-layouts-partials.mdx b/web/sites/guides/src/content/docs/v4-0-0/basics/views-layouts-partials.mdx
index ad28cd49a..a39a249c7 100644
--- a/web/sites/guides/src/content/docs/v4-0-0/basics/views-layouts-partials.mdx
+++ b/web/sites/guides/src/content/docs/v4-0-0/basics/views-layouts-partials.mdx
@@ -140,7 +140,8 @@ Wheels 4.0 form helpers escape their input by default (see [Forms and Form Helpe
The helpers you'll reach for most often in view code:
-- `linkTo(route=..., key=..., text=..., class=...)` — renders an `` tag with the URL filled in from a named route.
+- `linkTo(route=..., key=..., text=..., class=...)` — renders an `` tag with the URL filled in from a named route. `class`, `id`, and other HTML attributes pass straight through onto the anchor.
+- `buttonTo(route=..., key=..., text=..., method="delete")` — renders a `