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.