Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## [`master`](https://github.com/elastic/eui/tree/master)

- Fixed typo in `EuiBasicTable` props documentation ([#2041](https://github.com/elastic/eui/pull/2041))
- Attached `noreferrer` also to links without `target="_blank"` ([#2008](https://github.com/elastic/eui/pull/2008))
- Converted observer utility components to TypeScript ([#2009](https://github.com/elastic/eui/pull/2009))
- Converted tool tip components to TypeScript ([#2013](https://github.com/elastic/eui/pull/2013))
Expand Down
2 changes: 1 addition & 1 deletion src-docs/src/views/tables/basic/props_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const propsInfo = {
},
pageSize: {
description:
'The maximum number if items that can be shown in a single page',
'The maximum number of items that can be shown in a single page',
required: true,
type: { name: 'number' },
},
Expand Down