From 2eb8d41d32d9862b0eb0cbd65ce1cb1fe99cb301 Mon Sep 17 00:00:00 2001 From: Joe Winger Date: Sun, 3 Jan 2021 14:30:49 -0500 Subject: [PATCH] Update phrasing fields.md "Keep in mind that Directus Fields are just a database columns." --> "Keep in mind that a Directus Field is just a database column." --- docs/guides/fields.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/fields.md b/docs/guides/fields.md index b848b5545a..5d88b78390 100644 --- a/docs/guides/fields.md +++ b/docs/guides/fields.md @@ -21,7 +21,7 @@ ::: tip Database Fields -Keep in mind that Directus Fields are just a database columns. Therefore you +Keep in mind that a Directus Field is just a database column. Therefore you can import or create a column directly in the database, and it will automatically appear within Directus. The first time you manage that column, a `directus_fields` record will be created with default values.