From 76a15803b82135247bcb624ce780fbd5e0f0ecd1 Mon Sep 17 00:00:00 2001 From: Jeff Astor Date: Thu, 3 Dec 2020 09:54:03 -0700 Subject: [PATCH] [Docs] Update in_memory table with friendly spellcheck (#4332) * [Docs] Update in_memory table with friendly spellcheck * lint Co-authored-by: Greg Thompson --- src-docs/src/views/tables/in_memory/in_memory_section.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src-docs/src/views/tables/in_memory/in_memory_section.js b/src-docs/src/views/tables/in_memory/in_memory_section.js index 69e6b6639a5..03697875725 100644 --- a/src-docs/src/views/tables/in_memory/in_memory_section.js +++ b/src-docs/src/views/tables/in_memory/in_memory_section.js @@ -45,11 +45,10 @@ export const section = {

The EuiInMemoryTable is a higher level component - wrapper around EuiBasicTable that aimed at displaying - tables data when all the data is in memory. It takes the full set of - data (all possible items) and based on its configuration, will display - it handling all configured functionality (pagination and sorting) for - you. + wrapper around EuiBasicTable aimed at displaying tables + data when all the data is in memory. It takes the full set of data (all + possible items) and based on its configuration, will display it handling + all configured functionality (pagination and sorting) for you.