Skip to content

Commit 958f674

Browse files
Merge pull request #2984 from fmaguire/patch-1
Fix typo in hover-text-and-formatting doc
2 parents f1cf0a3 + e7ca508 commit 958f674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/hover-text-and-formatting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jupyter:
3434

3535
### Hover Labels
3636

37-
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.
37+
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.
3838

3939
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.
4040

0 commit comments

Comments
 (0)