Skip to content

Commit 85ea24b

Browse files
rashmivaghandeloof
authored andcommitted
Fix grammar: pluralize 'service' and remove apostrophes in lets
Signed-off-by: Rashmi Vagha <[email protected]>
1 parent 000a4a4 commit 85ea24b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/extension.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# About
22

33
The Compose application model defines `service` as an abstraction for a computing unit managing (a subset of)
4-
application needs, which can interact with other service by relying on network(s). Docker Compose is designed
4+
application needs, which can interact with other services by relying on network(s). Docker Compose is designed
55
to use the Docker Engine ("Moby") API to manage services as containers, but the abstraction _could_ also cover
66
many other runtimes, typically cloud services or services natively provided by host.
77

@@ -55,8 +55,8 @@ JSON messages MUST include a `type` and a `message` attribute.
5555

5656
`type` can be either:
5757
- `info`: Reports status updates to the user. Compose will render message as the service state in the progress UI
58-
- `error`: Let's the user know something went wrong with details about the error. Compose will render the message as the reason for the service failure.
59-
- `setenv`: Let's the plugin tell Compose how dependent services can access the created resource. See next section for further details.
58+
- `error`: Lets the user know something went wrong with details about the error. Compose will render the message as the reason for the service failure.
59+
- `setenv`: Lets the plugin tell Compose how dependent services can access the created resource. See next section for further details.
6060
- `debug`: Those messages could help debugging the provider, but are not rendered to the user by default. They are rendered when Compose is started with `--verbose` flag.
6161

6262
```mermaid

0 commit comments

Comments
 (0)