mirror of https://github.com/docker/cli.git
Fixed typo in experimental/plugins_graphdriver.md
Signed-off-by: Collin Guarino <collin.guarino@gmail.com>
This commit is contained in:
parent
07d04dcea6
commit
9e760ec497
|
@ -262,7 +262,7 @@ Responds with a list of changes. The structure of a change is:
|
||||||
"Kind": 0,
|
"Kind": 0,
|
||||||
```
|
```
|
||||||
|
|
||||||
Where teh `Path` is the filesystem path within the layered filesystem that is
|
Where the `Path` is the filesystem path within the layered filesystem that is
|
||||||
changed and `Kind` is an integer specifying the type of change that occurred:
|
changed and `Kind` is an integer specifying the type of change that occurred:
|
||||||
|
|
||||||
- 0 - Modified
|
- 0 - Modified
|
||||||
|
|
Loading…
Reference in New Issue