Excess '>' symbol deleted

This commit is contained in:
Sergei 2016-12-29 00:31:29 +07:00 committed by GitHub
parent b72b9d3ba5
commit b6a8bfc1ac
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ options. Using `extends` you can define a common set of service options in one
place and refer to it from anywhere.
> **Note:** `links`, `volumes_from`, and `depends_on` are never shared between
> services using >`extends`. These exceptions exist to avoid
> services using `extends`. These exceptions exist to avoid
> implicit dependencies—you always define `links` and `volumes_from`
> locally. This ensures dependencies between services are clearly visible when
> reading the current file. Defining these locally also ensures changes to the