Fix typo in update-other-content.md (#2809)

fix typo
This commit is contained in:
Saman Shahbazi 2024-08-11 10:27:50 +02:00 committed by GitHub
parent 9bae00b698
commit de98c40271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}