Skip to content

Commit cfee9b5

Browse files
authored
fix: インスト => インストール (vuejs#1785)
1 parent 6e33636 commit cfee9b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ja/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
`vue-test-utils`は Vue.js 向けの公式単体テストライブラリです。
44

5-
- [インスト](installation/)
5+
- [インストール](installation/)
66
- [テストランナを選ぶ](installation/choosing-a-test-runner.md)
77
- [Jest による単一ファイルコンポーネントのテスト](installation/testing-single-file-components-with-jest.md)
88
- [Mocha + webpack による単一ファイルコンポーネントのテスト](installation/testing-single-file-components-with-mocha-webpack.md)

docs/ja/installation/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# インスト
1+
# インストール
22

33
!!!include(docs/ja/installation/choosing-a-test-runner.md)!!!
44
!!!include(docs/ja/installation/testing-single-file-components-with-jest.md)!!!

0 commit comments

Comments
 (0)