docker-archive / compose-cli

Easily run your Compose application to the cloud with compose-cli
Apache License 2.0
956 stars 253 forks source link

docs: applies wording suggested in #2154 #2185

Closed actualben closed 1 year ago

actualben commented 2 years ago

What I did I applied a wording fix to docs/aci-container-features.md suggested in #2154, wherein the sentence:

A single container is executed in its own ACI container group, that will container only one container.

becomes:

A single container is executed in its own ACI container group, which will contain a single container.

Related issue

closes #2154