Skip to content

Commit 2af2bb7

Browse files
authored
chore: Fix icons package typo (#2352)
1 parent 87eec49 commit 2af2bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icon/icon.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ export class IconService {
177177
private iconCache: IconCache = new IconMemoryCache();
178178

179179
/**
180-
* Registers an array of icons based on the metadata provided by `@carbon/cions`
180+
* Registers an array of icons based on the metadata provided by `@carbon/icons`
181181
*/
182182
public registerAll(descriptors: object[]) {
183183
descriptors.forEach(icon => this.register(icon));

0 commit comments

Comments
 (0)