mirror of
https://github.com/iconify/iconify.git
synced 2024-12-22 01:38:56 +00:00
chore: fix typo in comment
This commit is contained in:
parent
011427d072
commit
e77a0c5ed1
@ -25,7 +25,7 @@ export function camelToKebab(key: string): string {
|
||||
}
|
||||
|
||||
/**
|
||||
* Convert string string to snake-case
|
||||
* Convert camelCase string to snake-case
|
||||
*/
|
||||
export function snakelize(str: string): string {
|
||||
const kebab = camelToKebab(str);
|
||||
|
Loading…
Reference in New Issue
Block a user