From f76f7fc61f579a87ea24a7662499be4d8d564d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Mon, 11 Jun 2018 21:18:40 +0200 Subject: [PATCH] Minor typo in autoscaling refguide docs. Fixes #401 --- solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc index 1c78644960c..c784ef4a888 100644 --- a/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc +++ b/solr/solr-ref-guide/src/solrcloud-autoscaling-api.adoc @@ -147,7 +147,7 @@ Suggestions are operations recommended by the system according to the policies a Suggestions are made only if there are `violations` to active policies. The `operation` section of the response uses the defined preferences to identify the target node. -The API is available at `/admin/autoscaling/suggestion`. Here is an example output from a suggestion request: +The API is available at `/admin/autoscaling/suggestions`. Here is an example output from a suggestion request: [source,json] ----