Skip to content

Commit 50f01a6

Browse files
38elementseddyerburgh
authored andcommitted
docs: tweaks (#671)
1 parent 2f162e6 commit 50f01a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: docs/api/selectors.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can also use combinators:
1919
- adjacent sibling selector (`div + .foo`)
2020
- general sibling selector (`div ~ .foo`)
2121

22-
###Vue Components
22+
### Vue Components
2323

2424
Vue components are also valid selectors.
2525

@@ -39,7 +39,7 @@ const wrapper = shallowMount(Foo)
3939
expect(wrapper.is(Foo)).toBe(true)
4040
```
4141

42-
###Find Option Object
42+
### Find Option Object
4343

4444
#### Name
4545

Diff for: docs/ja/api/config.md

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

33
vue-test-utils にはオプションを定義するための `config` オプションがあります。
44

5-
### vue-test-utils` `config` オプション
5+
### Vue Test Utils Config オプション
66

77
#### `stubs`
88

0 commit comments

Comments
 (0)