Jelajahi Sumber

Fixed typo: s/unqiue/unique/g

Signed-off-by: Damien Nadé <github@livna.org>
Damien Nadé 9 tahun lalu
induk
melakukan
777c387f1e
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      docs/extend/plugins_volume.md

+ 2 - 2
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
 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.
 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**:
 **Response**:
 ```json
 ```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
 per container stop.  Plugin may deduce that it is safe to deprovision it at
 this point.
 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**:
 **Response**:
 ```json
 ```json