Skip to content

Commit 24c0ae6

Browse files
committed
docs: fix lint error
1 parent 000549e commit 24c0ae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/guides/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default {
5353
import { mount } from 'vue-test-utils'
5454
import Counter from './counter'
5555

56-
//コンポーネントがマウントされ、ラッパが作成されます。
56+
// コンポーネントがマウントされ、ラッパが作成されます。
5757
const wrapper = mount(Counter)
5858

5959
// wrapper.vmを 介して実際の Vue インスタンスにアクセスできます

0 commit comments

Comments
 (0)