summaryrefslogtreecommitdiffstats
path: root/docs/core_concepts_guide.adoc
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-26 16:40:46 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-26 16:40:46 -0400
commit1e1de9761184eb0732d4880bfb4188097530249f (patch)
treea8d1da89dd7a1686b7b358d5a25ea9efbf99c77a /docs/core_concepts_guide.adoc
parent5cf4c381c48e3286b1c7417d9873e39ba93cd1a0 (diff)
downloadopenshift-1e1de9761184eb0732d4880bfb4188097530249f.tar.gz
openshift-1e1de9761184eb0732d4880bfb4188097530249f.tar.bz2
openshift-1e1de9761184eb0732d4880bfb4188097530249f.tar.xz
openshift-1e1de9761184eb0732d4880bfb4188097530249f.zip
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.