Skip to content

Commit

Permalink
docs: tweaks (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements authored and eddyerburgh committed May 29, 2018
1 parent 2f162e6 commit 50f01a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api/selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You can also use combinators:
- adjacent sibling selector (`div + .foo`)
- general sibling selector (`div ~ .foo`)

###Vue Components
### Vue Components

Vue components are also valid selectors.

Expand All @@ -39,7 +39,7 @@ const wrapper = shallowMount(Foo)
expect(wrapper.is(Foo)).toBe(true)
```

###Find Option Object
### Find Option Object

#### Name

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/api/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

#### `stubs`

Expand Down

0 comments on commit 50f01a6

Please # to comment.