Fixed typo: s/unqiue/unique/g
(cherry picked from commit 84aa074d18d2f75f54564f21c2b5c0d1bcddd23f)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -126,7 +126,7 @@ name. This is called once per container start. If the same volume_name is reques |
| 126 | 126 |
more than once, the plugin may need to keep track of each new mount request and provision |
| 127 | 127 |
at the first mount request and deprovision at the last corresponding unmount request. |
| 128 | 128 |
|
| 129 |
-`ID` is a unqiue ID for the caller that is requesting the mount. |
|
| 129 |
+`ID` is a unique ID for the caller that is requesting the mount. |
|
| 130 | 130 |
|
| 131 | 131 |
**Response**: |
| 132 | 132 |
```json |
| ... | ... |
@@ -176,7 +176,7 @@ Indication that Docker no longer is using the named volume. This is called once |
| 176 | 176 |
per container stop. Plugin may deduce that it is safe to deprovision it at |
| 177 | 177 |
this point. |
| 178 | 178 |
|
| 179 |
-`ID` is a unqiue ID for the caller that is requesting the mount. |
|
| 179 |
+`ID` is a unique ID for the caller that is requesting the mount. |
|
| 180 | 180 |
|
| 181 | 181 |
**Response**: |
| 182 | 182 |
```json |