From d5f60821fdd118438efb3c1acbb7e3a9c2f1b180 Mon Sep 17 00:00:00 2001 From: Josh Wyatt Date: Mon, 13 Feb 2017 12:37:17 -0800 Subject: [PATCH] Correct misspelling --- compose/compose-file/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/compose-file/index.md b/compose/compose-file/index.md index de12705128..f8173a694c 100644 --- a/compose/compose-file/index.md +++ b/compose/compose-file/index.md @@ -964,7 +964,7 @@ more information. > **Note:** The top-level > [`volumes` option](compose-file.md#volume-configuration-reference) defines -> a named volume and references it from each service's `volumes` list. This replaces `volumes_from` in earlir versions of the Compose file format. +> a named volume and references it from each service's `volumes` list. This replaces `volumes_from` in earlier versions of the Compose file format. Mount paths or named volumes, optionally specifying a path on the host machine (`HOST:CONTAINER`), or an access mode (`HOST:CONTAINER:ro`).