Skip to content

Commit

Permalink
More self-review
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Feb 14, 2025
1 parent 146dd1d commit f6931b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/toolpad/core/components/crud/crud.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ The `dataGrid` slot and slot props can be used to replace the standard Data Grid

Displays details for an item with a given `id` retrieved from a data source.

If a props is passed for `onEditClick`, a button is shown for triggering that callback.
If a prop is passed for `onEditClick`, a button is shown for triggering that callback.

If the data source includes `deleteOne`, it is possible to delete items directly from this view.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: page
spec:
title: Prisma data source Crud example
title: Prisma data source CRUD example
content:
- component: Text
name: text
Expand Down

0 comments on commit f6931b4

Please sign in to comment.