diff --git a/Docs/Interface/Tips.md b/Docs/Interface/Tips.md index e20c087c..89a76f97 100644 --- a/Docs/Interface/Tips.md +++ b/Docs/Interface/Tips.md @@ -28,7 +28,7 @@ Tips Method: constructor {#Tips:constructor} * showDelay - (*number*: defaults to 100) The delay the show event is fired. * hideDelay - (*number*: defaults to 100) The delay the hide hide is fired. * title - (*string|function*: defaults to title) The property of the element to be used for the tip-title. If this option is a function it will execute it on every element with it passed as the first argument. It uses the return value of this function as the tip-title -* text - (*string|function*) Behaves the same as the `title` option but for tip-title. By default it either uses the `rel` or the `href` attribute as tip-text. +* text - (*string|function*) Behaves the same as the `title` option but for tip-text. By default it either uses the `rel` or the `href` attribute as tip-text. * className - (*string*: defaults to null) the className your tooltip container will get. Useful for extreme styling. * The tooltip element inside the tooltip container above will have 'tip' as classname. * The title will have as classname: tip-title