summaryrefslogtreecommitdiff
path: root/docs/userguide/intro.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/userguide/intro.md')
-rw-r--r--docs/userguide/intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/intro.md b/docs/userguide/intro.md
index 18b688ce79..45084fb41a 100644
--- a/docs/userguide/intro.md
+++ b/docs/userguide/intro.md
@@ -87,7 +87,7 @@ Go to [Docker Machine user guide](https://docs.docker.com/machine/).
### Docker Compose
-Docker Compose allows you to define a application's components -- their containers,
+Docker Compose allows you to define an application's components -- their containers,
configuration, links and volumes -- in a single file. Then a single command
will set everything up and start your application running.