summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
Diffstat (limited to 'tasks')
-rw-r--r--tasks/cbgb.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/cbgb.rb b/tasks/cbgb.rb
index 17c69e0446..97d374e297 100644
--- a/tasks/cbgb.rb
+++ b/tasks/cbgb.rb
@@ -33,7 +33,7 @@ namespace :cbgb do
out << "<!-- Modify CBGB.toml file and run `rake cbgb:generate` to regenerate -->\n\n"
out << "# " + cbgb["Preamble"]["title"] + "\n\n"
out << cbgb["Preamble"]["text"] + "\n"
- out << "# Board of Governers\n\n"
+ out << "# Board of Governors\n\n"
out << "## " + cbgb["Org"]["Lead"]["title"] + "\n\n"
out << person(cbgb["people"], cbgb["Org"]["Lead"]["person"]) + "\n\n"
out << "### " + cbgb["Org"]["Contributors"]["title"] + "\n\n"