diff --git a/types/dockerode/index.d.ts b/types/dockerode/index.d.ts index 41707948ca..404a147ec4 100644 --- a/types/dockerode/index.d.ts +++ b/types/dockerode/index.d.ts @@ -6,6 +6,7 @@ // Ray Fang // Marius Meisenzahl // Rob Moran +// Cameron Diver // 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; }