From cc8277e42b5eb46ae415911fb6a9313bb6437871 Mon Sep 17 00:00:00 2001 From: jochenberger Date: Wed, 13 Sep 2017 16:35:57 +0200 Subject: [PATCH] fix typo --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 45e89a4cb2..e140ff380d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,7 @@ ## v1.0.0-rc.10 / 2017-09-13 -* changed; `openAfterFocus` prop has been renamed to `openOnClick`, and now default to `true` +* changed; `openAfterFocus` prop has been renamed to `openOnClick`, and now defaults to `true` * fixed; React.PropTypes deprecation warning, thanks [Jeremy Liberman](https://github.com/MrLeebo) * improved; scrolling behaviour when navigating the menu with the keyboard, thanks [boatkorachal](https://github.com/boatkorachal) * fixed; error with the `Async` cache when you type `"hasOwnProperty"`, thanks [SuhushinAS](https://github.com/SuhushinAS)