Skip to content

Commit

Permalink
chore: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kormanowsky committed Dec 19, 2024
1 parent 9e68a94 commit 5bc1593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/component/init/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function registerComponent(name: CanUndef<string>): CanNull<ComponentMeta
}

/**
* Returns component metaobject by its name.
* Returns component metaobject by its name
* @param name
*/
export function getComponentMeta(name: CanUndef<string>): CanNull<ComponentMeta> {
Expand Down

0 comments on commit 5bc1593

Please sign in to comment.