unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.66k stars 341 forks source link

fix: typo in `normalizeComponentInfo` method name #684

Closed AndreyYolkin closed 10 months ago

AndreyYolkin commented 10 months ago

Description

This PR renames normalizeComponetInfo to normalizeComponentInfo, it's just a typo.

Additional context

I searched github to find if someone imports normalizeComponetInfo, but didn't find any open sourced project, exept of forks of this project. So, I suppose, this won't affect anyone.