summaryrefslogtreecommitdiffstats
path: root/docs/core_concepts_guide.adoc
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-05-26 16:44:57 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-05-26 16:44:57 -0400
commit81d9c0f86eae6feddec10620e11b1eda3ffe9b9b (patch)
treea8d1da89dd7a1686b7b358d5a25ea9efbf99c77a /docs/core_concepts_guide.adoc
parent5cf4c381c48e3286b1c7417d9873e39ba93cd1a0 (diff)
parent1e1de9761184eb0732d4880bfb4188097530249f (diff)
downloadopenshift-81d9c0f86eae6feddec10620e11b1eda3ffe9b9b.tar.gz
openshift-81d9c0f86eae6feddec10620e11b1eda3ffe9b9b.tar.bz2
openshift-81d9c0f86eae6feddec10620e11b1eda3ffe9b9b.tar.xz
openshift-81d9c0f86eae6feddec10620e11b1eda3ffe9b9b.zip
Merge pull request #250 from twiest/pr
removed references to 'we'
Diffstat (limited to 'docs/core_concepts_guide.adoc')
-rw-r--r--docs/core_concepts_guide.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/core_concepts_guide.adoc b/docs/core_concepts_guide.adoc
index 0d746bfb5..fa2421eec 100644
--- a/docs/core_concepts_guide.adoc
+++ b/docs/core_concepts_guide.adoc
@@ -7,9 +7,9 @@ The purpose of this guide is to describe core concepts used in this repository.
It is important to note that this repository may not currently implement all of the concepts, but our intention is that it will.
== Logical Grouping Concepts
-The following are the concepts we use to logically group OpenShift cluster instances.
+The following are the concepts used to logically group OpenShift cluster instances.
-We use these groupings to perform operations specifically against instances in the specified group.
+These groupings are used to perform operations specifically against instances in the specified group.
For example, run an Ansible playbook against all instances in the `production` environment, or run an adhoc command against all instances in the `acme-corp` cluster group.