Panel is a simple wrapper component to add
depth to a contained layout. It it commonly used as a base for
- other larger components like Page and Popover.
+ other larger components like Page and Popover.
),
props: { EuiPanel },
diff --git a/src-docs/src/views/table_of_records/table_of_records_example.js b/src-docs/src/views/table_of_records/table_of_records_example.js
index 0bda5b83cf0..c9b2abbd4a1 100644
--- a/src-docs/src/views/table_of_records/table_of_records_example.js
+++ b/src-docs/src/views/table_of_records/table_of_records_example.js
@@ -30,7 +30,7 @@ export const TableOfRecordsExample = {
EuiTableOfRecords should no longer be used. Instead, use
- the EuiBasicTable as documented here. We plan
+ the EuiBasicTable as documented here. We plan
to remove this component from EUI fairly soon.