Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

fix spelling #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/0.x/04-Reference/03-Database/02-Data-Modelling.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ type Story @model @rename(oldName: "Post") {

#### Migrating the Value of a Scalar Field

The *temporary directive `@migrationValue(value: String!)`* is used to migrate the value of a scalar field. When changing an optional field to a requried field, it's necessary to also use this directive.
The *temporary directive `@migrationValue(value: String!)`* is used to migrate the value of a scalar field. When changing an optional field to a required field, it's necessary to also use this directive.


## Naming Conventions
Expand Down