We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce38f8 commit 280fd41Copy full SHA for 280fd41
docs/ja/essentials/getting-started.md
@@ -30,7 +30,7 @@ Vue.js と vue-router を使ったシングルページアプリケーション
30
### JavaScript
31
32
``` js
33
-// 0. モジュールシステムを使っている場合 (例: vue-clie 経由で)、Vue と VueRouter をインポートし、Vue.use(VueRouter) を呼び出します。
+// 0. モジュールシステムを使っている場合 (例: vue-cli 経由で)、Vue と VueRouter をインポートし、Vue.use(VueRouter) を呼び出します。
34
35
// 1. ルートコンポーネントを定義します
36
// 他のファイルからインポートすることもできます
0 commit comments