Skip to content

Commit 5fa890e

Browse files
committed
Update UtilityInjection.astro
1 parent 8bfecc5 commit 5fa890e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/components/UtilityInjection.astro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,13 @@ let utilities = [
138138
name: 'Schema',
139139
type: 'Filament\\Schemas\\Schema',
140140
parameter: '$schema',
141-
description: '[Action groups in schemas only] The schema object that this action belongs to.',
141+
description: '[Action groups in schemas only] The schema object that this action group belongs to.',
142142
},
143143
{
144144
name: 'Schema component',
145145
type: 'Filament\\Schemas\\Components\\Component',
146146
parameter: '$schemaComponent',
147-
description: '[Action groups in schemas only] The schema component that this action belongs to.',
147+
description: '[Action groups in schemas only] The schema component that this action group belongs to.',
148148
},
149149
{
150150
name: 'Schema get function',
@@ -168,7 +168,7 @@ let utilities = [
168168
name: 'Table',
169169
type: 'Filament\\Tables\\Table',
170170
parameter: '$table',
171-
description: '[Action groups in tables only] The table object that this action belongs to.',
171+
description: '[Action groups in tables only] The table object that this action group belongs to.',
172172
},
173173
],
174174
formFields: [

0 commit comments

Comments
 (0)