diff --git a/src/register.ts b/src/register.ts index 97cc148..837a2d4 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 */