diff --git a/build.md b/build.md index ce303537..eeb7413f 100644 --- a/build.md +++ b/build.md @@ -64,8 +64,8 @@ services: backend: image: awesome/database build: - context: backend - dockerfile: ../backend.Dockerfile + context: backend + dockerfile: ../backend.Dockerfile custom: build: ~/custom diff --git a/spec.md b/spec.md index 1c8a0409..a753bad1 100644 --- a/spec.md +++ b/spec.md @@ -221,7 +221,7 @@ Top-level `version` property is defined by the specification for backward compat A Compose implementation SHOULD NOT use this version to select an exact schema to validate the Compose file, but prefer the most recent schema at the time it has been designed. -Compose implementations SHOULD validate they can fully parse the Compose file. If some fields are unknown, typically +Compose implementations SHOULD validate whether they can fully parse the Compose file. If some fields are unknown, typically because the Compose file was written with fields defined by a newer version of the specification, Compose implementations SHOULD warn the user. Compose implementations MAY offer options to ignore unknown fields (as defined by ["loose"](#Requirements-and-optional-attributes) mode).