From e3538cdcbcc93a5b44e4212fe8e608733808768c Mon Sep 17 00:00:00 2001 From: Alexander Brandon Coles Date: Sun, 2 Feb 2025 02:47:20 -0300 Subject: [PATCH] Fix typo in register.ts JSDoc --- src/register.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/register.ts b/src/register.ts index 97cc1484..837a2d46 100644 --- a/src/register.ts +++ b/src/register.ts @@ -4,7 +4,7 @@ import {dasherize} from './dasherize.js' /** * Register the controller as a custom element. * - * The classname is converted to a approriate tag name. + * The classname is converted to a appropriate tag name. * * Example: HelloController => hello-controller */