Skip to content

Commit

Permalink
minor #554 Fix typo in Vue features (Kocal)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Fix typo in Vue features

Just a minor typo, renaming `VUE` to `Vue`.

Commits
-------

0adc35e Fix typo in Vue features
  • Loading branch information
weaverryan committed Apr 10, 2019
2 parents 99ce91d + 0adc35e commit 2117898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features.js
Expand Up @@ -87,7 +87,7 @@ const features = {
{ name: 'vue-loader', enforce_version: true },
{ name: 'vue-template-compiler' }
],
description: 'load VUE files'
description: 'load Vue files'
},
'vue-jsx': {
method: 'enableVueLoader()',
Expand Down

0 comments on commit 2117898

Please sign in to comment.