From cf7a463f3a479b79f4070710a454366f50e589fd Mon Sep 17 00:00:00 2001 From: Lalhmangaihenga Date: Sat, 2 Aug 2025 10:41:41 +0700 Subject: [PATCH] Update 03-creating-records.md include `form` on the description to make it more clear --- docs/03-resources/03-creating-records.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/03-resources/03-creating-records.md b/docs/03-resources/03-creating-records.md index 4c1e7d0426..90322ee6ac 100644 --- a/docs/03-resources/03-creating-records.md +++ b/docs/03-resources/03-creating-records.md @@ -324,7 +324,7 @@ public function hasSkippableSteps(): bool ### Sharing fields between the resource form and wizards -If you'd like to reduce the amount of repetition between the resource form and wizard steps, it's a good idea to extract public static resource functions for your fields, where you can easily retrieve an instance of a field from the schema or the wizard: +If you'd like to reduce the amount of repetition between the resource form and wizard steps, it's a good idea to extract public static resource functions for your fields, where you can easily retrieve an instance of a field from the form schema or the wizard: ```php use Filament\Forms;