From 7fff5d6b4177d2998c84087040dea16d1d222867 Mon Sep 17 00:00:00 2001 From: Barrie Byron Date: Mon, 30 Oct 2023 11:13:27 -0400 Subject: [PATCH] serial comma --- src/bin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/index.js b/src/bin/index.js index ee0ade07..eeca3e53 100755 --- a/src/bin/index.js +++ b/src/bin/index.js @@ -202,7 +202,7 @@ yargs(hideBin(process.argv)) hidden: false, default: true, description: - 'Whether to remove the Docker container, dangling Docker images, consumed Docker volume and the blockchain network configuration.', + 'Whether to remove the Docker container, dangling Docker images, consumed Docker volume, and the blockchain network configuration.', }, }, async (argv) => await stopLightnet(argv)