From e575b8e756b2c6186d5015d87c75aca3f2269845 Mon Sep 17 00:00:00 2001 From: Skip Date: Mon, 20 Nov 2017 15:25:29 +0100 Subject: [PATCH] Docs - Typo in volume plugin doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is a typo in the `plugins_volume.md#volumedriverpath` section. The `/VolumeDriver.Path` response (v1) should be `Mountpoint`and not `Mountpoin`. Signed-off-by: scipio3000 Signed-off-by: Günther Jungbluth --- docs/extend/plugins_volume.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/plugins_volume.md b/docs/extend/plugins_volume.md index 6f0a12d730..b9a7139099 100644 --- a/docs/extend/plugins_volume.md +++ b/docs/extend/plugins_volume.md @@ -199,7 +199,7 @@ Request the path to the volume with the given `volume_name`. ```json { - "Mountpoin": "/path/to/directory/on/host", + "Mountpoint": "/path/to/directory/on/host", "Err": "" } ```