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:57:57 +00:00
parent adc9c3f220
commit 00cfabb9a7
+2 -1
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;
}