Skip to content

Commit

Permalink
Make contribution prompt more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
waldyrious authored and agnivade committed Dec 24, 2018
1 parent 2e7f85b commit a7f80f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Please run tldr --update`;

notFound() {
return `Page not found.
Feel free to send a pull request to: ` + config.get().pagesRepository;
If you want to contribute it, feel free to send a pull request to: ` + config.get().pagesRepository;
}
};

0 comments on commit a7f80f0

Please sign in to comment.