From e7ca5084b4592a56533f5e668bc681edffd50958 Mon Sep 17 00:00:00 2001 From: Finlay Maguire Date: Thu, 17 Dec 2020 17:45:54 -0400 Subject: [PATCH] Fix typo in hover-text-and-formatting doc "deceptively-power" should be "deceptively-powerful" --- doc/python/hover-text-and-formatting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python/hover-text-and-formatting.md b/doc/python/hover-text-and-formatting.md index d12914ed068..6ff3db3205e 100644 --- a/doc/python/hover-text-and-formatting.md +++ b/doc/python/hover-text-and-formatting.md @@ -34,7 +34,7 @@ jupyter: ### Hover Labels -One of the most deceptively-power features of interactive visualization using Plotly is the ability for the user to reveal more information about a data point by moving their mouse cursor over the point and having a hover label appear. +One of the most deceptively-powerful features of interactive visualization using Plotly is the ability for the user to reveal more information about a data point by moving their mouse cursor over the point and having a hover label appear. There are three hover modes available in Plotly. The default setting is `layout.hovermode='closest'`, wherein a single hover label appears for the point directly underneath the cursor.