Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit c18d9d8

Browse files
authored
Update styleguide.config.js
1 parent e4db2e7 commit c18d9d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/styleguide.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ module.exports = {
1212
components: 'src/**/{{ name }}.vue',
1313
// ignore: ['src/ignored-component/ignored-component.vue'],
1414
sections: [
15-
/* One item for every different demo or doc of the component */
15+
/* One item for each demo or example of the component */
1616
{
1717
name: 'Use Case 1',
1818
content: 'docs/UseCase1.md'
1919
},
20-
/* One item for every different demo or doc of the component */
20+
/* One item for each demo or example of the component */
2121
{
2222
name: 'Use Case 2',
2323
content: 'docs/UseCase2.md'

0 commit comments

Comments
 (0)