summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvesh Agarwal <avagarwa@redhat.com>2015-08-13 18:32:19 -0400
committerAvesh Agarwal <avagarwa@redhat.com>2015-08-13 18:32:19 -0400
commitabd6132a81ed7b9e7931af1271db9067e9b51536 (patch)
tree0cb113e3c26526ce15dd3bf522a89855d4847630
parent000e179cb3d39756d9bf5f846e2be3a7d3759f5f (diff)
downloadopenshift-abd6132a81ed7b9e7931af1271db9067e9b51536.tar.gz
openshift-abd6132a81ed7b9e7931af1271db9067e9b51536.tar.bz2
openshift-abd6132a81ed7b9e7931af1271db9067e9b51536.tar.xz
openshift-abd6132a81ed7b9e7931af1271db9067e9b51536.zip
Changed the string Master to master to make it more readable.
-rw-r--r--docs/best_practices_guide.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/best_practices_guide.adoc b/docs/best_practices_guide.adoc
index 4b7d7c43d..08d95b2b8 100644
--- a/docs/best_practices_guide.adoc
+++ b/docs/best_practices_guide.adoc
@@ -421,7 +421,7 @@ For consistency, role names SHOULD follow the above naming pattern. It is import
Many times the `technology` portion of the pattern will line up with a package name. It is advised that whenever possible, the package name should be used.
.Examples:
-* The role to configure a Master is called `openshift_master`
+* The role to configure a master is called `openshift_master`
* The role to configure OpenShift specific yum repositories is called `openshift_repos`
=== Filters