From 377bb03196d284fc67da37c9ed98571b047a7d8e Mon Sep 17 00:00:00 2001 From: Candace Park Date: Tue, 17 Mar 2020 16:38:28 -0400 Subject: [PATCH] another one --- x-pack/plugins/endpoint/common/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/endpoint/common/types.ts b/x-pack/plugins/endpoint/common/types.ts index c4147d0f30fe07..e423de56bf817f 100644 --- a/x-pack/plugins/endpoint/common/types.ts +++ b/x-pack/plugins/endpoint/common/types.ts @@ -84,9 +84,9 @@ export interface AlertResultList { } export interface HostResultList { - /* the endpoints restricted by the page size */ + /* the hosts restricted by the page size */ hosts: HostMetadata[]; - /* the total number of unique endpoints in the index */ + /* the total number of unique hosts in the index */ total: number; /* the page size requested */ request_page_size: number;