Skip to content

Commit e17a26d

Browse files
committedMay 3, 2019
misc(opencollective-prompt): improve grammar
1 parent 246db42 commit e17a26d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ The webpack family welcomes any contributor, small or big. We are happy to elabo
9494

9595
## Open Collective
9696

97-
If you like **webpack** Please consider donating to our [Open Collective](https://opencollective.com/webpack) to help us to maintain it.
97+
If you like **webpack**, please consider donating to our [Open Collective](https://opencollective.com/webpack) to help us maintain it.
9898

9999
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`.

‎bin/opencollective.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function printBadge() {
2424
console.log("\n");
2525
print(`${chalk.bold("Thanks for using")} ${chalk.bold.blue("Webpack!")}`);
2626
print(`Please consider donating to our ${chalk.bold.blue("Open Collective")}`);
27-
print("to help us to maintain this package.");
27+
print("to help us maintain this package.");
2828
console.log("\n\n");
2929
print(`${emoji("👉")} ${chalk.bold.yellow(" Donate:")} ${chalk.reset.underline.yellow("https://opencollective.com/webpack/donate")}`);
3030
console.log("\n");

0 commit comments

Comments
 (0)
Please sign in to comment.