jop-software / astro-cookieconsent

Simple to use Cookie Consent for Astro
GNU General Public License v3.0
42 stars 3 forks source link

Typo in global window variables #3

Closed cngJo closed 9 months ago

cngJo commented 1 year ago

Missing s in both global variables.

-window.cookieConentConfiguration
+window.cookieConsentConfiguration
-window.cookieConent
+window.cookieConsent

NOTE: This is a breaking change.

cngJo commented 9 months ago

Done with #11