Skip to content

Commit

Permalink
Typo #10077
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Jan 8, 2024
1 parent a10cbe8 commit 20b2775
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {NaturalAvatarComponent} from '../component/avatar.component';
})
export class AvatarService {
/**
* Ordered pairs of possible sources. First in list is the highest priority.
* Ordered pairs of possible sources. First in the list is the highest priority.
* And key must match one the input of AvatarComponent.
*/
private readonly sourceCreators = new Map<keyof NaturalAvatarComponent, SourceCreator>([
Expand Down

0 comments on commit 20b2775

Please sign in to comment.