Fix typo in dockerode DeviceMapping interface

Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2018-11-07 10:50:20 +00:00
parent adc9c3f220
commit 00cfabb9a7
No known key found for this signature in database
GPG Key ID: 69264F9C923F55C1

View File

@ -6,6 +6,7 @@
// Ray Fang <https://github.com/lazarusx>
// Marius Meisenzahl <https://github.com/meisenzahl>
// Rob Moran <https://github.com/thegecko>
// Cameron Diver <https://github.com/CameronDiver>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
@ -626,7 +627,7 @@ declare namespace Dockerode {
interface DeviceMapping {
PathOnHost: string;
PathinContainer: string;
PathInContainer: string;
CgroupPermissions: string;
}