From 0ab3d0131087d832ef53c6420dc0c25dc93bcfb0 Mon Sep 17 00:00:00 2001 From: MetaSean Date: Mon, 3 Sep 2018 10:26:02 -0600 Subject: [PATCH] fix spelling --- docs/0.x/04-Reference/03-Database/02-Data-Modelling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/0.x/04-Reference/03-Database/02-Data-Modelling.md b/docs/0.x/04-Reference/03-Database/02-Data-Modelling.md index 515094fdd..03d28b6e0 100644 --- a/docs/0.x/04-Reference/03-Database/02-Data-Modelling.md +++ b/docs/0.x/04-Reference/03-Database/02-Data-Modelling.md @@ -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