From e17a26daf01ae0463669e7dc735eb8d8b40ac860 Mon Sep 17 00:00:00 2001 From: "devid.farinelli@gmail.com" Date: Thu, 2 May 2019 18:11:00 +0200 Subject: [PATCH] misc(opencollective-prompt): improve grammar --- README.md | 2 +- bin/opencollective.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ea446c1739..f49ac356f6c 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,6 @@ The webpack family welcomes any contributor, small or big. We are happy to elabo ## Open Collective -If you like **webpack** Please consider donating to our [Open Collective](https://opencollective.com/webpack) to help us to maintain it. +If you like **webpack**, please consider donating to our [Open Collective](https://opencollective.com/webpack) to help us maintain it. We show this message in the terminal once a week, if you want you can disable it by setting the environment variable `DISABLE_OPENCOLLECTIVE=true` or `CI=true`. \ No newline at end of file diff --git a/bin/opencollective.js b/bin/opencollective.js index c09e43b1394..c8e81b3da6c 100644 --- a/bin/opencollective.js +++ b/bin/opencollective.js @@ -24,7 +24,7 @@ function printBadge() { console.log("\n"); print(`${chalk.bold("Thanks for using")} ${chalk.bold.blue("Webpack!")}`); print(`Please consider donating to our ${chalk.bold.blue("Open Collective")}`); - print("to help us to maintain this package."); + print("to help us maintain this package."); console.log("\n\n"); print(`${emoji("👉")} ${chalk.bold.yellow(" Donate:")} ${chalk.reset.underline.yellow("https://opencollective.com/webpack/donate")}`); console.log("\n");