@@ -231,7 +231,7 @@ export function createMonitoringClient({
231231 /**
232232 * Retrieves known incidents for the selected clusters.
233233 * @param getClusterIncidents - The getClusterIncidents object.
234- * @param getClusterIncidents.clusters - Subset of clusters, separated by comma .
234+ * @param getClusterIncidents.clusters - Subset of clusters, separated by commas .
235235 * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
236236 */
237237 getClusterIncidents (
@@ -259,7 +259,7 @@ export function createMonitoringClient({
259259 /**
260260 * Retrieves the status of selected clusters.
261261 * @param getClusterStatus - The getClusterStatus object.
262- * @param getClusterStatus.clusters - Subset of clusters, separated by comma .
262+ * @param getClusterStatus.clusters - Subset of clusters, separated by commas .
263263 * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
264264 */
265265 getClusterStatus ( { clusters } : GetClusterStatusProps , requestOptions ?: RequestOptions ) : Promise < StatusResponse > {
@@ -303,7 +303,7 @@ export function createMonitoringClient({
303303 /**
304304 * Retrieves average times for indexing operations for selected clusters.
305305 * @param getIndexingTime - The getIndexingTime object.
306- * @param getIndexingTime.clusters - Subset of clusters, separated by comma .
306+ * @param getIndexingTime.clusters - Subset of clusters, separated by commas .
307307 * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
308308 */
309309 getIndexingTime (
@@ -331,7 +331,7 @@ export function createMonitoringClient({
331331 /**
332332 * Retrieves the average latency for search requests for selected clusters.
333333 * @param getLatency - The getLatency object.
334- * @param getLatency.clusters - Subset of clusters, separated by comma .
334+ * @param getLatency.clusters - Subset of clusters, separated by commas .
335335 * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
336336 */
337337 getLatency ( { clusters } : GetLatencyProps , requestOptions ?: RequestOptions ) : Promise < LatencyResponse > {
@@ -388,7 +388,7 @@ export function createMonitoringClient({
388388 /**
389389 * Test whether clusters are reachable or not.
390390 * @param getReachability - The getReachability object.
391- * @param getReachability.clusters - Subset of clusters, separated by comma .
391+ * @param getReachability.clusters - Subset of clusters, separated by commas .
392392 * @param requestOptions - The requestOptions to send along with the query, they will be merged with the transporter requestOptions.
393393 */
394394 getReachability (
0 commit comments