Skip to content

Commit 491f69e

Browse files
committed
fix typo
1 parent 48c1ddd commit 491f69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def post():
238238
---
239239
{% form %}
240240
<{HxForm form action=url_for("PostMessageForm") hx-swap="none" class="flex"}>
241-
<{FormField form.message.textarea(required=True, placeholder="Chat", class="flex-1") }/>
241+
<{FormField form.message.textarea(required=True, placeholder="Chat") }/>
242242
<{SubmitButton}>Send</{}>
243243
</{HxForm}>
244244
```

0 commit comments

Comments
 (0)