Skip to content

Commit 9b83ae6

Browse files
Fix typo (#2542)
1 parent 6e45e6a commit 9b83ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/component/src/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class Component<T extends Name = Name> {
3838
*
3939
* @param name The public service name, e.g. app, auth, firestore, database
4040
* @param instanceFactory Service factory responsible for creating the public interface
41-
* @param type whehter the service provided by the component is public or private
41+
* @param type whether the service provided by the component is public or private
4242
*/
4343
constructor(
4444
readonly name: T,

0 commit comments

Comments
 (0)