]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: typo (#49)
authorchenpeng991105 <chenpeng991105@foxmail.com>
Thu, 10 Feb 2022 07:08:12 +0000 (15:08 +0800)
committerGitHub <noreply@github.com>
Thu, 10 Feb 2022 07:08:12 +0000 (15:08 +0800)
index.js

index 7e951297dec0b825d83023900fd518d7a4b48217..eb766ff34cd5ff47eb1cce858203975150e04bbe 100755 (executable)
--- a/index.js
+++ b/index.js
@@ -333,7 +333,7 @@ async function init() {
     // Check all the remaining `.js` files:
     //   - If the corresponding TypeScript version already exists, remove the `.js` version.
     //   - Otherwise, rename the `.js` file to `.ts`
-    // Remove `jsconfig.json`, because we already hav tsconfig.json
+    // Remove `jsconfig.json`, because we already have tsconfig.json
     // `jsconfig.json` is not reused, because we use solution-style `tsconfig`s, which are much more complicated.
     preOrderDirectoryTraverse(
       root,