From 9a0f465d39f78af6390a0f0558020aa6d92260ac Mon Sep 17 00:00:00 2001 From: Taksh Chanana <26649558+takshch@users.noreply.github.com> Date: Mon, 7 Sep 2020 17:15:53 +0530 Subject: [PATCH] Correcting word "toolip" & Sentence # At line 335, wrong word "toolip". Correct word "tooltip". ## I changed "when you only want to toolip to show" into "when you only want tooltip to show". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb646c0a..de497aa1 100644 --- a/README.md +++ b/README.md @@ -332,7 +332,7 @@ This will create html similar to: Gives you a programatic way to hide and show a tooltip. Set this value to `true` to manually show the tooltip. -This can be useful alongside `event='none'` when you only want to toolip to show when you specific and not based on an user action. +This can be useful alongside `event='none'` when you only want tooltip to show when you specific and not based on an user action. ```hbs {{!--Binds the tooltip visibility to the showTooltip property--}}