Skip to content

Commit

Permalink
docs(fields): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DissNik committed Jun 19, 2024
1 parent 5a59f42 commit f6b642f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/views/pages/en/fields/has_many.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function fields(): array
return [
HasMany::make('Comments', resource: new CommentResource())
->modifyItemButtons(
fn(ActionButton $detail, $edit, $delete, $massDelete, $ctx HasMany) => [$detail])
fn(ActionButton $detail, $edit, $delete, $massDelete, HasMany $ctx) => [$detail])
) // [tl! focus:-2]
];
}
Expand Down
2 changes: 1 addition & 1 deletion resources/views/pages/ru/fields/has_many.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function fields(): array
return [
HasMany::make('Comments', resource: new CommentResource())
->modifyItemButtons(
fn(ActionButton $detail, $edit, $delete, $massDelete, $ctx HasMany) => [$detail])
fn(ActionButton $detail, $edit, $delete, $massDelete, HasMany $ctx) => [$detail])
) // [tl! focus:-2]
];
}
Expand Down

0 comments on commit f6b642f

Please sign in to comment.