From bd2e9f309b0d91114c5831fa36dd9f9dff8b7b13 Mon Sep 17 00:00:00 2001 From: A McIlwraith Date: Thu, 11 Jun 2026 13:40:02 -0400 Subject: [PATCH] [tooltip] Make naming consistent --- src/pg/patterns/core/tooltip/_tooltip.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pg/patterns/core/tooltip/_tooltip.pp b/src/pg/patterns/core/tooltip/_tooltip.pp index 04be084..5d9350f 100644 --- a/src/pg/patterns/core/tooltip/_tooltip.pp +++ b/src/pg/patterns/core/tooltip/_tooltip.pp @@ -41,4 +41,4 @@ mixin tooltip(a) a.text = undefined a = allowed({...defaults, ...a}, optional) - tool-tip&attributes(a)!= text \ No newline at end of file + tooltip&attributes(a)!= text \ No newline at end of file