You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by cp...@apache.org on 2023/11/17 16:59:32 UTC

(solr) branch main updated: fix typo in tutorial-techproducts.adoc (#2083)

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

cpoerschke 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 8ad427744ac fix typo in tutorial-techproducts.adoc (#2083)
8ad427744ac is described below

commit 8ad427744ac1b302fb23b8ff324401465ccb3939
Author: Kai Welke <ka...@pm.me>
AuthorDate: Fri Nov 17 17:59:26 2023 +0100

    fix typo in tutorial-techproducts.adoc (#2083)
---
 .../modules/getting-started/pages/tutorial-techproducts.adoc          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/solr/solr-ref-guide/modules/getting-started/pages/tutorial-techproducts.adoc b/solr/solr-ref-guide/modules/getting-started/pages/tutorial-techproducts.adoc
index 7aa78a38f58..2994bc905af 100644
--- a/solr/solr-ref-guide/modules/getting-started/pages/tutorial-techproducts.adoc
+++ b/solr/solr-ref-guide/modules/getting-started/pages/tutorial-techproducts.adoc
@@ -300,8 +300,8 @@ This is, again, default behavior.
 If you want to restrict the fields in the response, you can use the `fl` parameter, which takes a comma-separated list of field names.
 This is one of the available fields on the query form in the Admin UI.
 
-Put "id" (without quotes) in the "fl" box and hit btn:[Execute Query] agai
-Or, to specify it with curl:
+Put "id" (without quotes) in the "fl" box and hit btn:[Execute Query] again.
+Or, specify it with curl:
 
 [,console]
 ----