This is an automated email from the ASF dual-hosted git repository. epugh pushed a commit to branch branch_9x in repository https://gitbox.apache.org/repos/asf/solr.git
commit 9b44ee8f6a7c5be87cad12b641aa5acd94664dd2 Author: Jeb Nix <[email protected]> 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
