From ea7a716371715347d56ef837044aedb5ce5428d3 Mon Sep 17 00:00:00 2001 From: Sanborn Hilland Date: Sun, 28 Mar 2021 16:28:42 -0400 Subject: [PATCH] tooltip: Fix typo in comments (#767) --- packages/tooltip/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tooltip/src/index.tsx b/packages/tooltip/src/index.tsx index a437e0953..c418e3e9a 100644 --- a/packages/tooltip/src/index.tsx +++ b/packages/tooltip/src/index.tsx @@ -22,7 +22,7 @@ * There are a few features that are important to understand. * * 1. Tooltips don't show up until the user has rested on one, we don't want - * tooltips popupping up as you move your mouse around the page. + * tooltips popping up as you move your mouse around the page. * * 2. Once any tooltip becomes visible, other tooltips nearby should skip * resting and display immediately.