File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ import {
8989 <%= componentNames.join(',\\n ') %>
9090} from './icons'
9191
92- // Icon names for used in the docs
92+ // Icon component names for used in the docs
9393export const iconNames = [
94- // BootstrapVue custom icons
94+ // BootstrapVue custom icon component names
9595 'BIconBlank',
96- // Bootsttap icons
96+ // Bootstrap icon component names
9797 <%= componentNames.map(n => ("'" + n + "'")).join(',\\n ') %>
9898]
9999
@@ -102,9 +102,9 @@ export const IconsPlugin = /*#__PURE__*/ pluginFactoryNoConfig({
102102 components: {
103103 // Icon helper component
104104 BIcon,
105- // BootstrapVue custom icons
105+ // BootstrapVue custom icon components
106106 BIconBlank,
107- // Bootsttap icons
107+ // Bootstrap icon components
108108 <%= componentNames.join(',\\n ') %>
109109 }
110110})
You can’t perform that action at this time.
0 commit comments