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

Commit

Permalink
fix(styleguide): fix introduction section name
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Oct 29, 2017
1 parent ff26a99 commit 0d2e3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = {
sections: [
{
/* The component itself */
name: 'test-cmp1',
name: '{{ name }} documentation',
content: 'docs/Introduction.md',
components: 'src/**/*.vue',
// ignore: ['src/ignored-component/ignored-component.vue'],
Expand Down

0 comments on commit 0d2e3ac

Please sign in to comment.