Skip to content

Commit 36874a8

Browse files
committed
update forms.md
1 parent c20e110 commit 36874a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/docs/6.x/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Nylo provides multiple ways to define fields, with the recommended approach usin
216216
```dart
217217
// Recommended approach
218218
Field.text("Name"),
219-
Field.textarea("Description"),
219+
Field.textArea("Description"),
220220
Field.email("Email"),
221221
Field.capitalizeWords("Title"),
222222
Field.url("Website"),

0 commit comments

Comments
 (0)