Skip to content

Commit ef2c4fd

Browse files
committed
Typo
1 parent e0a5509 commit ef2c4fd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased] - 2022-01-05
8+
- Docs typo
9+
710
## [2.1.0] - 2022-01-05
811
### Added
912
- `onKeyDown` prop to override/extend the key down listener

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Accepts a function like the following:
215215
function onKeyDown (event: KeyboardEvent, dropdown: any, options: any) => boolean
216216
```
217217

218-
The listener if fired in two cases:
218+
The listener is fired in two cases:
219219
1. When the dropdown in open
220220
2. When the dropdown is closed but the opener is focused
221221

0 commit comments

Comments
 (0)