mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixed typo in experimental/plugins_graphdriver.md
Signed-off-by: Collin Guarino <collin.guarino@gmail.com>
This commit is contained in:
parent
b69243e951
commit
aabe39be01
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue