You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ab...@apache.org on 2018/09/17 09:43:58 UTC

[12/47] lucene-solr:jira/solr-12709: Fix 'including' typo in cloud-screens.adoc file.

Fix 'including' typo in cloud-screens.adoc file.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/f385f02e
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/f385f02e
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/f385f02e

Branch: refs/heads/jira/solr-12709
Commit: f385f02e4b9aed7a4f0685a7f4005ffddbfde163
Parents: 719d922
Author: Christine Poerschke <cp...@apache.org>
Authored: Wed Sep 5 17:46:47 2018 +0100
Committer: Christine Poerschke <cp...@apache.org>
Committed: Wed Sep 5 17:46:47 2018 +0100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/cloud-screens.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f385f02e/solr/solr-ref-guide/src/cloud-screens.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/cloud-screens.adoc b/solr/solr-ref-guide/src/cloud-screens.adoc
index 28160dd..6e7c5a0 100644
--- a/solr/solr-ref-guide/src/cloud-screens.adoc
+++ b/solr/solr-ref-guide/src/cloud-screens.adoc
@@ -43,7 +43,7 @@ image::images/cloud-screens/cloud-tree.png[image,width=487,height=250]
 As an aid to debugging, the data shown in the "Tree" view can be exported locally using the following command `bin/solr zk ls -r /`
 
 == ZK Status View
-The "ZK Status" view gives an overview over the Zookeepers used by Solr. It lists whether running in `standalone` or `ensemble` mode, shows how many zookeepers are configured, and then displays a table listing detailed monitoring status for each of the zookeepers, inlcuding who is the leader, configuration parameters and more.
+The "ZK Status" view gives an overview over the Zookeepers used by Solr. It lists whether running in `standalone` or `ensemble` mode, shows how many zookeepers are configured, and then displays a table listing detailed monitoring status for each of the zookeepers, including who is the leader, configuration parameters and more.
 
 image::images/cloud-screens/cloud-zkstatus.png[image,width=512,height=509]