Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Jan 8, 2020
1 parent 2c8513a commit c0d4246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/elasticsearch/cluster_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export interface FakeRequest {
export type IClusterClient = Pick<ClusterClient, 'callAsInternalUser' | 'asScoped'>;

/**
* 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(...)`).
*
Expand Down

0 comments on commit c0d4246

Please sign in to comment.