Skip to content

Commit ee0ea2c

Browse files
authored
Merge pull request #322 from myabc/patch-1
Fix typo in register.ts JSDoc
2 parents 83a3f69 + e3538cd commit ee0ea2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/register.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {dasherize} from './dasherize.js'
44
/**
55
* Register the controller as a custom element.
66
*
7-
* The classname is converted to a approriate tag name.
7+
* The classname is converted to a appropriate tag name.
88
*
99
* Example: HelloController => hello-controller
1010
*/

0 commit comments

Comments
 (0)