From de98c40271e700217baf1d30786c27936df7f307 Mon Sep 17 00:00:00 2001 From: Saman Shahbazi <34127791+stdcout42@users.noreply.github.com> Date: Sun, 11 Aug 2024 10:27:50 +0200 Subject: [PATCH] Fix typo in update-other-content.md (#2809) fix typo --- www/content/examples/update-other-content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/content/examples/update-other-content.md b/www/content/examples/update-other-content.md index 232911a8..9612f867 100644 --- a/www/content/examples/update-other-content.md +++ b/www/content/examples/update-other-content.md @@ -42,7 +42,7 @@ to add new contacts to the table using [hx-post](@/attributes/hx-post.md). The problem here is that when you submit a new contact in the form, you want the contact table above to refresh and include the contact that was just added by the form. -What solutions to we have? +What solutions do we have? ## Solution 1: Expand the Target {#expand}