瀏覽代碼

typo fix (and -> any) (#21860)

Adrin Jalali 9 年之前
父節點
當前提交
235e6acd73
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/aggregations/metrics/scripted-metric-aggregation.asciidoc

+ 1 - 1
docs/reference/aggregations/metrics/scripted-metric-aggregation.asciidoc

@@ -110,7 +110,7 @@ For more details on specifying scripts see <<modules-scripting, script documenta
 
 ==== Allowed return types
 
-Whilst and valid script object can be used within a single script. the scripts must return or store in the `_agg` object only the following types:
+Whilst any valid script object can be used within a single script, the scripts must return or store in the `_agg` object only the following types:
 
 * primitive types
 * String