Skip to content

Commit 2117898

Browse files
committed
minor #554 Fix typo in Vue features (Kocal)
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
2 parents 99ce91d + 0adc35e commit 2117898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const features = {
8787
{ name: 'vue-loader', enforce_version: true },
8888
{ name: 'vue-template-compiler' }
8989
],
90-
description: 'load VUE files'
90+
description: 'load Vue files'
9191
},
9292
'vue-jsx': {
9393
method: 'enableVueLoader()',

0 commit comments

Comments
 (0)