diff --git a/docs/data/toolpad/core/components/crud/crud.md b/docs/data/toolpad/core/components/crud/crud.md index 2daaf4eb818..8d3cdac29c3 100644 --- a/docs/data/toolpad/core/components/crud/crud.md +++ b/docs/data/toolpad/core/components/crud/crud.md @@ -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. diff --git a/examples/studio/with-prisma-data-provider/toolpad/pages/crud/page.yml b/examples/studio/with-prisma-data-provider/toolpad/pages/crud/page.yml index 8b730dfe49c..bc423c7ad19 100644 --- a/examples/studio/with-prisma-data-provider/toolpad/pages/crud/page.yml +++ b/examples/studio/with-prisma-data-provider/toolpad/pages/crud/page.yml @@ -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