From 9fcce8ea7c6e19440b1136e41b0c5799242ad7a0 Mon Sep 17 00:00:00 2001 From: Rotem Tamir Date: Wed, 13 Mar 2024 23:45:26 +0200 Subject: [PATCH] doc/md/atlas-schema: fix grammar (#2614) --- doc/md/atlas-schema/projects.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/md/atlas-schema/projects.mdx b/doc/md/atlas-schema/projects.mdx index 61cdceaa098..b8fdf9aa128 100644 --- a/doc/md/atlas-schema/projects.mdx +++ b/doc/md/atlas-schema/projects.mdx @@ -1074,8 +1074,8 @@ set or map item. See the example [below](#multi-environment-example). - `file://schema.hcl` - `file://schema.sql` - `file://relative/path/to/file.hcl` - - Directories are also accepts: `file://schema/` - - Lists are also accepted: + - Directories are also accepted: `file://schema/` + - Lists are accepted as well: ``` env "local" { src = [ @@ -1085,7 +1085,7 @@ set or map item. See the example [below](#multi-environment-example). } ``` - As mentioned, references to data sources such as [`external_schema`](#data-source-external_schema) - or [`composite_schema`](#data-source-composite_schema) are accepted as well. + or [`composite_schema`](#data-source-composite_schema) are a valid value for the `src` attribute. - `url` - The [URL](../concepts/url.mdx) of the target database.