Skip to content

Commit

Permalink
[Docs] Update in_memory table with friendly spellcheck (#4332)
Browse files Browse the repository at this point in the history
* [Docs] Update in_memory table with friendly spellcheck

* lint

Co-authored-by: Greg Thompson <[email protected]>
  • Loading branch information
Jastor11 and thompsongl authored Dec 3, 2020
1 parent 73c5b90 commit 76a1580
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src-docs/src/views/tables/in_memory/in_memory_section.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,10 @@ export const section = {
<div>
<p>
The <strong>EuiInMemoryTable</strong> is a higher level component
wrapper around <strong>EuiBasicTable</strong> 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 <strong>EuiBasicTable</strong> 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.
</p>
<EuiCallOut
title="EuiMemoryTable relies on referential equality of a column's name"
Expand Down

0 comments on commit 76a1580

Please sign in to comment.