Skip to content

Commit

Permalink
misc(opencollective-prompt): improve grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
misterdev committed May 3, 2019
1 parent 246db42 commit e17a26d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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`.
2 changes: 1 addition & 1 deletion bin/opencollective.js
Expand Up @@ -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");
Expand Down

0 comments on commit e17a26d

Please sign in to comment.