From b9c63addc667276e57252838a9c7aed4f1a9d868 Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Mon, 24 Dec 2018 20:23:13 +0100 Subject: [PATCH] fix typo --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 0c003cc..1bf0c23 100644 --- a/index.js +++ b/index.js @@ -143,7 +143,7 @@ const rm = function (options) { /** * Execute command in a running container - * @param {string} contaier container name + * @param {string} container container name * @param {string} command command to execute * @param {object} options * @param {string} options.cwd @@ -161,7 +161,7 @@ const exec = function (container, command, options) { /** * Run command - * @param {string} contaier container name + * @param {string} container container name * @param {string} command command to execute * @param {object} options * @param {string} options.cwd