diff --git a/docs/Homebrew/DevCmd/Contributions.html b/docs/Homebrew/DevCmd/Contributions.html
index 2269dae65..329745460 100644
--- a/docs/Homebrew/DevCmd/Contributions.html
+++ b/docs/Homebrew/DevCmd/Contributions.html
@@ -430,7 +430,7 @@
from = args.from.presence || Date.today.prev_year.iso8601
- contribution_types = [:author, :committer, :coauthorship, :review]
+ contribution_types = [:author, :committer, :coauthor, :review]
users = args.user.presence || GitHub.members_by_team("Homebrew", "maintainers").keys
users.each do |username|