Skip to content

Commit 74d05ec

Browse files
committed
Lint (shrug)
1 parent 8fac3e3 commit 74d05ec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/eui/src/components/basic_table/in_memory_table.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ type InMemoryTableProps<T extends object> = Omit<
8585
*/
8686
noItemsMessage?: ReactNode;
8787
/**
88-
* Configures the search bar. Can be `true` for defaults,
88+
* Configures the search bar. Can be `true` for defaults,
8989
* or an {@link EuiSearchBarProps} object.
9090
*
91-
* When `searchFormat="text"`, `query` and `defaultQuery` must be strings
91+
* When `searchFormat="text"`, `query` and `defaultQuery` must be strings
9292
* ({@link Query} objects are ignored).
9393
*/
9494
search?: Search;

0 commit comments

Comments
 (0)