From 7332f3de9067ad746fa7d0e4d700f3f9e2a4a796 Mon Sep 17 00:00:00 2001 From: Joe Winger Date: Sun, 3 Jan 2021 14:26:05 -0500 Subject: [PATCH] Update phrasing collections.md "Keep in mind that Directus Collections are just a database tables." --> "Keep in mind that a Directus Collection is just a database table." --- docs/guides/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/collections.md b/docs/guides/collections.md index acafc664b8..dbc10ae93a 100644 --- a/docs/guides/collections.md +++ b/docs/guides/collections.md @@ -33,7 +33,7 @@ be modified after the collection is created. ::: tip Database Tables -Keep in mind that Directus Collections are just a database tables. Therefore you +Keep in mind that a Directus Collection is just a database table. Therefore you can import or create a table directly in the database, and it will automatically appear within Directus. The first time you manage that table, a `directus_collections` record will be created with default values.