From c0d4246c8907fd1033267341ac90a0b808764a1e Mon Sep 17 00:00:00 2001 From: restrry Date: Wed, 8 Jan 2020 10:31:30 +0300 Subject: [PATCH] typo --- src/core/server/elasticsearch/cluster_client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/server/elasticsearch/cluster_client.ts b/src/core/server/elasticsearch/cluster_client.ts index 7abb1081cd68a..2352677b8d3e0 100644 --- a/src/core/server/elasticsearch/cluster_client.ts +++ b/src/core/server/elasticsearch/cluster_client.ts @@ -100,7 +100,7 @@ export interface FakeRequest { export type IClusterClient = Pick; /** - * Represents an Elasticsearch cluster API client created by a plugin.. + * Represents an Elasticsearch cluster API client created by a plugin. * It allows to call API on behalf of the internal Kibana user and * the actual user that is derived from the request headers (via `asScoped(...)`). *