From e6474f0597594c0ea53a7ac11b5d541524dcffb1 Mon Sep 17 00:00:00 2001 From: Connor Hindley Date: Mon, 14 Dec 2015 15:25:36 -0500 Subject: [PATCH] docs(tooltip): fix incorrect attribute mentioned Closes #5072 --- src/tooltip/docs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tooltip/docs/readme.md b/src/tooltip/docs/readme.md index 5cebb9f86e..6e931ffc54 100644 --- a/src/tooltip/docs/readme.md +++ b/src/tooltip/docs/readme.md @@ -33,7 +33,7 @@ will display: - `tooltip-animation`: Should it fade in and out? Defaults to "true". - `tooltip-popup-delay`: For how long should the user have to have the mouse over the element before the tooltip shows (in milliseconds)? Defaults to 0. -- `tooltip-close-popup-delay`: For how long should the tooltip remain open +- `tooltip-popup-close-delay`: For how long should the tooltip remain open after the close trigger event? Defaults to 0. - `tooltip-trigger`: What should trigger a show of the tooltip? Supports a space separated list of event names. Note: this attribute is no longer observable. See `tooltip-enable`.