Skip to content

Commit

Permalink
(docs): Updating the title so that it's grammatically correct and onl…
Browse files Browse the repository at this point in the history
…y refers to a single entity field.
  • Loading branch information
dericksozo committed Sep 20, 2023
1 parent 84cbfdb commit e100e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/default-value-entity-field.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: How To Set Default Value on Entity Fields
title: How To Set Default Value for an Entity Field
sidebar_label: Set Default Value for an Entity Field
slug: /how-to/set-default-value-entity-field
---

# How To Set Default Value on Entity Fields
# How To Set Default Value for an Entity Field

Setting default values for your entity fields in Amplication is straightforward using the `@default()` custom Prisma attribute.
This can be helpful in scenarios where you want certain fields to have a predefined value when new records are created.
Expand Down

0 comments on commit e100e1f

Please sign in to comment.