We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87eec49 commit 2af2bb7Copy full SHA for 2af2bb7
src/icon/icon.service.ts
@@ -177,7 +177,7 @@ export class IconService {
177
private iconCache: IconCache = new IconMemoryCache();
178
179
/**
180
- * Registers an array of icons based on the metadata provided by `@carbon/cions`
+ * Registers an array of icons based on the metadata provided by `@carbon/icons`
181
*/
182
public registerAll(descriptors: object[]) {
183
descriptors.forEach(icon => this.register(icon));
0 commit comments