From 6abf9242530da4a227c018bdfd3578ab14d54b80 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 5 Jul 2016 11:27:42 +0200 Subject: [PATCH] Merge pull request #24325 from Anvil/plugins_volume.md-unqiue Fixed typo: s/unqiue/unique/g (cherry picked from commit 84aa074d18d2f75f54564f21c2b5c0d1bcddd23f) Signed-off-by: Sebastiaan van Stijn --- docs/extend/plugins_volume.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extend/plugins_volume.md b/docs/extend/plugins_volume.md index 3b84d92f7a..66afa7d439 100644 --- a/docs/extend/plugins_volume.md +++ b/docs/extend/plugins_volume.md @@ -126,7 +126,7 @@ name. This is called once per container start. If the same volume_name is reques more than once, the plugin may need to keep track of each new mount request and provision at the first mount request and deprovision at the last corresponding unmount request. -`ID` is a unqiue ID for the caller that is requesting the mount. +`ID` is a unique ID for the caller that is requesting the mount. **Response**: ```json @@ -176,7 +176,7 @@ Indication that Docker no longer is using the named volume. This is called once per container stop. Plugin may deduce that it is safe to deprovision it at this point. -`ID` is a unqiue ID for the caller that is requesting the mount. +`ID` is a unique ID for the caller that is requesting the mount. **Response**: ```json