Docs - Typo in volume plugin doc

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 <gunther@gameslabs.net>
Signed-off-by: Günther Jungbluth <gunther@gameslabs.net>
This commit is contained in:
Skip 2017-11-20 15:25:29 +01:00 committed by Günther Jungbluth
parent f6395c848c
commit e575b8e756
1 changed files with 1 additions and 1 deletions

View File

@ -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": ""
}
```