You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ep...@apache.org on 2022/10/21 17:31:00 UTC

[solr] branch main updated: Fix typo from "do no" to "do not" in the solr in docker page (#1101)

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new 658f15faefc Fix typo from "do no" to "do not" in the solr in docker page (#1101)
658f15faefc is described below

commit 658f15faefcc10424487c60bec9f63242ccedc95
Author: Jeb Nix <11...@users.noreply.github.com>
AuthorDate: Fri Oct 21 20:30:55 2022 +0300

    Fix typo from "do no" to "do not" in the solr in docker page (#1101)
---
 solr/solr-ref-guide/modules/deployment-guide/pages/solr-in-docker.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/modules/deployment-guide/pages/solr-in-docker.adoc b/solr/solr-ref-guide/modules/deployment-guide/pages/solr-in-docker.adoc
index 9dfb283e38f..67fffb229e2 100644
--- a/solr/solr-ref-guide/modules/deployment-guide/pages/solr-in-docker.adoc
+++ b/solr/solr-ref-guide/modules/deployment-guide/pages/solr-in-docker.adoc
@@ -238,7 +238,7 @@ docker run -d -p 8983:8983 -e SOLR_HEAP=800m solr
 ----
 
 You can also mount your own config file.
-Do no modify the values that are set at the end of the file.
+Do not modify the values that are set at the end of the file.
 
 === Extending the Image