🌐 AI搜索 & 代理 主页
Skip to content

Commit 1ca8101

Browse files
authored
Update create-icons.js
1 parent 060f332 commit 1ca8101

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/create-icons.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
9393
export 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
})

0 commit comments

Comments
 (0)