summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2016-10-19 16:29:42 +0200
committerRodolfo Carvalho <rhcarvalho@gmail.com>2016-10-19 16:46:47 +0200
commit5bfa7e8da79685e09097d266d6cf453729e704dc (patch)
treef238f57c0d02cad90a417bf7c26898727b22bffc /docs
parent3be15dae0b039e06e31b4eecc933851ada7446cb (diff)
downloadopenshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.gz
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.bz2
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.xz
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.zip
Fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/best_practices_guide.adoc2
-rw-r--r--docs/style_guide.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/best_practices_guide.adoc b/docs/best_practices_guide.adoc
index 267aa850d..cac9645a6 100644
--- a/docs/best_practices_guide.adoc
+++ b/docs/best_practices_guide.adoc
@@ -76,7 +76,7 @@ def add_person(first_name, last_name, age=None):
=== PyLint
-http://www.pylint.org/[PyLint] is used in an attempt to keep the python code as clean and as managable as possible. The build bot runs each pull request through PyLint and any warnings or errors cause the build bot to fail the pull request.
+http://www.pylint.org/[PyLint] is used in an attempt to keep the python code as clean and as manageable as possible. The build bot runs each pull request through PyLint and any warnings or errors cause the build bot to fail the pull request.
'''
[[PyLint-rules-MUST-NOT-be-disabled-on-a-whole-file]]
diff --git a/docs/style_guide.adoc b/docs/style_guide.adoc
index 72eaedcf9..2c2cb8610 100644
--- a/docs/style_guide.adoc
+++ b/docs/style_guide.adoc
@@ -103,7 +103,7 @@ Ansible role variables are defined as variables contained in (or passed into) a
[cols="2v,v"]
|===
| <<Role-variables-MUST-have-a-prefix-of-atleast-3-characters-See.below.for.specific.naming.rules, Rule>>
-| Role variables MUST have a prefix of atleast 3 characters. See below for specific naming rules.
+| Role variables MUST have a prefix of at least 3 characters. See below for specific naming rules.
|===
==== Role with 3 (or more) words in the name