summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathen Harvey <nharvey@chef.io>2016-01-23 17:56:56 -0500
committerNathen Harvey <nharvey@chef.io>2016-01-23 17:56:56 -0500
commitad9ce0fe1b2ec86cf6479e5417dbcfc2e1e58717 (patch)
tree29837e14fbcc7e5907190c38280e1206578ad53f
parent1cb9cc67b71d21d1207602d1ec50ad2d68486171 (diff)
downloadchef-ad9ce0fe1b2ec86cf6479e5417dbcfc2e1e58717.tar.gz
Governers -> Governorsfix_cbgb_typo
thanks @juliandunn
-rw-r--r--CBGB.md2
-rw-r--r--tasks/cbgb.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CBGB.md b/CBGB.md
index b8ab2e80e7..2ce26fc3ab 100644
--- a/CBGB.md
+++ b/CBGB.md
@@ -9,7 +9,7 @@
More information can be found in the [Chef Board of Governance RFC](Chef Board of Governance).
-# Board of Governers
+# Board of Governors
## Project Lead
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"